Disable Mission NPC
Getting a Job for House Robbery
Remove the NPC:
To disable the NPC, set the
cfg.missionNPCs
table indata/npcs.lua
to an empty table.
Get a Job:
Use the server event below to receive a house robbery job from another resource. Here are some examples:
These examples show different ways to call the event, depending on your needs. Adjust the parameters as necessary for your specific use case.
Last updated