mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 21:01:20 +00:00
fix(es_extended/client/modules/actions.lua) Fix Syntax Error
This commit is contained in:
@@ -42,7 +42,7 @@ end
|
||||
|
||||
function Actions:TrackPedCoordsOnce()
|
||||
CreateThread(function()
|
||||
while not ESX.IsPlayerLoaded() then
|
||||
while not ESX.IsPlayerLoaded() do
|
||||
Wait(250)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user