Configuration
Below is a table summarizing each major setting. Further down, you can see an excerpt from the config file for reference.
RS.Framework
Determines the framework: auto
, esx
, or qb
.
"auto"
RS.Item
The item required to start the game.
"spinbottle"
RS.Language
The default language for cooldown, winner, and error messages.
"en"
RS.BottleModel
The in-game prop used for the bottle.
"prop_wine_bot_01"
RS.MarkerColor
RGBA color table for any used marker.
{r=0,g=169,b=255}
RS.MarkerType
0
RS.canMoveWhileSpinn
Whether players can move around while the bottle is spinning.
true
RS.ShowWinnerMarker
If true
, displays a marker above the winnerβs head.
true
RS.ShowWinnerName
If true
, prints or displays the name of the winner.
true
RS.OtherPlayersCanSpin
Allows multiple players to spin if set to true
.
true
RS.UseCustomNotify
If true
, the script calls RS.CustomNotify(type, message)
for notifications.
false
Last updated