1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Miho931 2025-06-25 13:06:15 +02:00
parent a0a4c022cd
commit a45dfb0784

View file

@ -75,7 +75,7 @@ end
-- Hauptthread zum Überprüfen der Spieler-Position
CreateThread(function()
while true do
wait(0)
Wait(0)
local ped = PlayerPedId()
local coords = GetEntityCoords(ped)
@ -87,7 +87,6 @@ CreateThread(function()
if dist <= spawnDistance then
isInMarker = true
CurrentZone = v
end
end