Sets all players routing bucket to 0

This commit is contained in:
SamShanks1
2021-09-20 14:15:35 +01:00
parent 7e1d19873e
commit 64f34af3c8
+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)