> For the complete documentation index, see [llms.txt](https://arivia.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arivia.rlib.io/first-use/console-commands/arivia.setjob.md).

# ▸arivia.setjob

`arivia.setjob(` [**ᵗᵉˣᵗ**](https://wiki.facepunch.com/gmod/string)  player, [**ᵗᵉˣᵗ**](https://wiki.facepunch.com/gmod/string)  job`)`

## ▸ Parameters

&#x20;     ***`str`**`     ``player`*\
&#x20;                           player to target for new job

&#x20;     ***`str`**`     ``job`*\
&#x20;                           job to force on target player

## ▸ Description

&#x20;        Forces a player to join a specific job

## ▸ Permissions

&#x20;       This command can only be executed by:\
&#x20;          ▸ Superadmin\
&#x20;          ▸ Console\
&#x20;          ▸ Staff with permission '**arivia\_forceteams**'

## ▸ Example

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

```lua
> arivia.setjob John chief

[CONSOLE] [Arivia] Player John Doe moved to job Civil Protection Chief by CONSOLE
```

{% endtab %}

{% tab title="Console" %}

```lua
> arivia.setjob John "Gun Dealer"

[CONSOLE] [Arivia] Player John Doe moved to job Gun Dealer by CONSOLE
```

{% endtab %}
{% endtabs %}
