How to add new Job to Dispatch
Here is how to solve it!
First, go to
karma-dispatch/shared/config.luaand add the job at the Config.WhitelistJobsGo to
karma-dispatch/server/editable.luaand at the end of the code at
if GetJob(user) == 'police' thenYou can do like this (to add a sheriff job) :
if GetJob(user) == 'police' or GetJob(user) == 'sheriff' thenLast updated