From 0e0f3736ba7484c9e0dcc3b100732dd1cedc369b Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Sun, 8 Jun 2025 15:23:54 +0200 Subject: [PATCH] [Garage] Target verschoben --- resources/[carscripts]/mh_garage/client/main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 829223dbc..8b79bab03 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -65,8 +65,9 @@ CreateThread(function() local spawnDistance = v.NPC.distance if dist < spawnDistance and not isNPCSpawned then - AddTargetOptions() SpawnGuardNPC(v.NPC) + Wait(300) + AddTargetOptions() elseif dist > spawnDistance and isNPCSpawned then exports['qb-target']:RemoveTargetEntity(npcHandle) RemoveGuardNPC()