Disable Mission NPC
Getting a Job for Chopshop
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 chopshop 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