# 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]`&#x20;
  * `/addjob 1 police 2` will add job police with grade 2 to player with server id 1
* **/setjob** `[playerId]` `[jobName]` `[grade]`&#x20;
  * `/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

{% tabs %}
{% tab title="ESX" %}

* Go to `es_extended/server/modules/commands.lua`
* Remove command **setjob** in line \~28
  {% endtab %}

{% tab title="QB-Core" %}

* Go to `qb-core/server/commands.lua`
* Remove command **setjob** in line \~247
  {% endtab %}

{% tab title="Qbox" %}

* Go to `qbx_core/server/commands.lua`
* Remove command **setjob** from line \~257 to \~276
* Remove command **addjob** from line \~298 to \~317
* Remove command **removejob** from line \~319 to \~337
  {% endtab %}
  {% endtabs %}
