Merge pull request #206 from SamShanks1/main

Sets all players routing bucket to 0
This commit is contained in:
Kakarot
2021-09-20 16:36:38 -06:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@
RegisterServerEvent("QBCore:PlayerJoined")
AddEventHandler('QBCore:PlayerJoined', function()
local src = source
SetPlayerRoutingBucket(src, 0)
end)
AddEventHandler('playerDropped', function(reason)