> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/jobs-v-legal-multiplayer-job-pack/installation.md).

# Installation

{% stepper %}
{% step %}

## Download and Prepare Files

#### **Download the Script from FiveM Keymaster**

* Visit the [FiveM Keymaster](https://keymaster.fivem.net/) site.
* Log in with your account credentials.
* In the **Granted Assets** section, locate the **Jobs V: Legal Multiplayer Job Pack** scripts.
* Download both archives:
  * `rm_jobsv` — the main script
  * `rm_jobsv_assets` — the asset pack

#### **Place the Folders**

Drop both folders into your server's `resources/` directory, for example under `[rainmad]/`:

```
resources/[rainmad]/rm_jobsv/
resources/[rainmad]/rm_jobsv_assets/
```

{% endstep %}

{% step %}

## Add the Scripts to `server.cfg`

Add these lines to your `server.cfg`, **in this order** (assets must start before the main script):

```
ensure rm_jobsv_assets
ensure rm_jobsv
```

{% endstep %}

{% step %}

## Verify Dependencies

The resource depends on the following — make sure they are started **before** `rm_jobsv`:

* `oxmysql`
* `ox_lib`
  {% endstep %}

{% step %}

## Database

There is **nothing to import manually**. The tables (`rm_jobsv`, `rm_jobsv_payout_buckets`) are created automatically on first boot.
{% endstep %}
{% endstepper %}
