⚙️Configuration
Configuration guide of Bottle Spin
Configuration Guide for Bottle Spin Script
This guide will help you set up and customize the Bottle Spin script for your FiveM server. Follow the steps below to configure the settings according to your preferences.
Bottle Spin Script Configuration
1. Language Setting
Defines the language for the script. Supported languages are English (en), German (de), French (fr), Spanish (sp), and Polish (pl).
STG.Language = 'en' -- Options: 'en', 'de', 'fr', 'sp', 'pl'2. Framework Selection
Specifies the framework to be used. It can automatically detect the available framework (ESX or QBCore).
STG.Framework = 'auto' -- Options: 'esx', 'qbcore', 'auto'3. Bottle Model
Defines the model for the bottle used in the script.
STG.BottleModel = 'prop_wine_bot_01'4. Marker Color
Sets the color for the marker in the script.
5. Movement Setting
Determines whether players can move while the bottle is spinning.
6. Custom Notify
Custom notify event or function for messages.
7. Cooldown Messages
Messages displayed during the cooldown period in different languages.
8. Framework Function
Determines the framework based on the configuration.
9. Cooldown Message Function
Gets the appropriate cooldown message based on the selected language.
10. Notify Messages
Defines notify messages for different actions in various languages.
11. CSS Customization
Custom CSS for styling.
Last updated