FAQ / Troubleshooting

  • Q: Players can’t spin the bottle. A: Confirm they have the correct item in inventory (RS.Item). Also check if OtherPlayersCanSpin is set to true if you want multiple people to spin.

  • Q: No winner marker is showing. A: Make sure RS.ShowWinnerMarker = true and 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 = false if you haven’t integrated a custom system. If true, ensure your RS.CustomNotify function calls the correct events.

  • Q: The script won’t detect ESX or QBCore. A: Make sure the resources es_extended or qb-core are started before this script. If set to auto, 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, and RS.ErrorMessages. Then set RS.Language to that new key.

Last updated