From a45dfb07849310467073c6916a976c7bacec2fc3 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:06:15 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/mh_garage/client/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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