diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index ae0475b95..6779c16fc 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -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