Merge pull request #795 from Rav3n95/develop

Fix esx_banking performance on client side
This commit is contained in:
Benzo
2023-01-03 20:57:00 +01:00
committed by GitHub
+1 -1
View File
@@ -199,7 +199,7 @@ end)
local function loadNPC(index, netID)
CreateThread(function()
while not NetworkDoesEntityExistWithNetworkId(netID) do
Wait(1)
Wait(200)
end
local npc = NetworkGetEntityFromNetworkId(netID)