Change coord grabbing back to client

This commit is contained in:
GhzGarage
2021-07-07 17:59:44 -05:00
parent d52465eb51
commit 4d4feeed04
3 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Citizen.CreateThread(function()
while true do
Citizen.Wait(7)
if isLoggedIn then
Citizen.Wait((1000 * 60) * 10)
Citizen.Wait((1000 * 60) * 5)
TriggerEvent("QBCore:Player:UpdatePlayerData")
else
Citizen.Wait(5000)