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 2 will add job police with grade 2 to player with server id 1

  • /setjob [playerId] [jobName] [grade]

    • /setjob 1 police 2 will set player job to police with grade 2

  • /removejob [playerId] [jobName]

    • /removejob 1 police will remove job police from player with server id 1

  • Go to es_extended/server/modules/commands.lua

  • Remove command setjob in line ~28

Last updated