Commands
The following commands are included in this script. You must remove them from your core framework to prevent conflicts and ensure proper functionality.
/addjob
[playerId][jobName][grade]/addjob 1 police 2will add job police with grade 2 to player with server id 1
/setjob
[playerId][jobName][grade]/setjob 1 police 2will set player job to police with grade 2
/removejob
[playerId][jobName]/removejob 1 policewill remove job police from player with server id 1
Go to
es_extended/server/modules/commands.luaRemove command setjob in line ~28
Go to
qb-core/server/commands.luaRemove command setjob in line ~247
Go to
qbx_core/server/commands.luaRemove command setjob from line ~257 to ~276
Remove command addjob from line ~298 to ~317
Remove command removejob from line ~319 to ~337
Last updated