Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 938be91

Browse files
committed
Add debug message for NPC spawn
1 parent 6ad05d9 commit 938be91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hitman/[Core]/[Client]/bounty.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ AddEventHandler('RootLodge:HitContracts:C:SetUpMission', function()
7676
TaskCombatPed(CreateNPC[k], PlayerPedId())
7777
ArrayTargets[k] = CreateNPC[k]
7878
table.insert(npcSpawned, CreateNPC[k])
79+
TriggerServerEvent('RootLodge:HitContracts:S:DevDebug', 'NPC Spawned' .. CreateNPC[k])
7980
end
8081
end
8182

0 commit comments

Comments
 (0)