1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-12 01:03:08 +02:00
parent 619c6d40f6
commit 9b0c3281d7
2 changed files with 2 additions and 87 deletions

View file

@ -34,7 +34,7 @@ local function Teleport(pos)
local sceneLoadTimer = GetGameTimer()
while not IsNewLoadSceneLoaded() do
if GetGameTimer() - sceneLoadTimer > 1000 then break end
if GetGameTimer() - sceneLoadTimer > 500 then break end
Wait(0)
end
@ -42,7 +42,7 @@ local function Teleport(pos)
sceneLoadTimer = GetGameTimer()
while not HasCollisionLoadedAroundEntity(cache.ped) do
if GetGameTimer() - sceneLoadTimer > 1000 then break end
if GetGameTimer() - sceneLoadTimer > 500 then break end
Wait(0)
end