mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 05:01:33 +00:00
Fix server hitch warning
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ ESX = nil
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
Citizen.CreateThread(function()
|
||||
Citizen.Wait(1000)
|
||||
Citizen.Wait(5000)
|
||||
local players = ESX.GetPlayers()
|
||||
|
||||
for _,playerId in ipairs(players) do
|
||||
|
||||
Reference in New Issue
Block a user