# Installation

* Insert the resource to the resoureces folder
* Rename the folder to ars\_policejob
* Configure the config `config.lua` as your likings
* Start the resource in server.cfg by inserting `ensure ars_policejob`

> &#x20;Create these items in ox\_inventory/data/items.lua

```lua
['handcuffs'] = {		
    label = 'handcuffs',
    weight = 1,
},
```

<pre class="language-lua" data-full-width="false"><code class="lang-lua">['lockpick'] = {
<strong>    label = 'Lockpick',
</strong><strong>    weight = 160,
</strong>    client = {
	export = 'ars_policejob.breakCuffs'
    }
},
</code></pre>
