mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +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()
|
function Actions:TrackPedCoordsOnce()
|
||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
while not ESX.IsPlayerLoaded() then
|
while not ESX.IsPlayerLoaded() do
|
||||||
Wait(250)
|
Wait(250)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user