❔FAQ / Troubleshooting
Q: Players can’t spin the bottle. A: Confirm they have the correct item in inventory (
RS.Item). Also check ifOtherPlayersCanSpinis set totrueif you want multiple people to spin.Q: No winner marker is showing. A: Make sure
RS.ShowWinnerMarker = trueand your marker color/type are valid. Also verify the script is allowed to spawn markers in your environment.Q: My notifications don’t appear. A: Set
RS.UseCustomNotify = falseif you haven’t integrated a custom system. Iftrue, ensure yourRS.CustomNotifyfunction calls the correct events.Q: The script won’t detect ESX or QBCore. A: Make sure the resources
es_extendedorqb-coreare started before this script. If set toauto, the code tries each in order.Q: How do I add new languages? A: In the config, add the new language key to
RS.CooldownMessages,RS.WinnerMessages, andRS.ErrorMessages. Then setRS.Languageto that new key.
Last updated