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()