FAQ / Troubleshooting
Q: Players canβt spin the bottle. A: Confirm they have the correct item in inventory (
RS.Item
). Also check ifOtherPlayersCanSpin
is set totrue
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. Iftrue
, ensure yourRS.CustomNotify
function calls the correct events.Q: The script wonβt detect ESX or QBCore. A: Make sure the resources
es_extended
orqb-core
are 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.Language
to that new key.
Last updated