For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

1

Download and Prepare Files

Download the Script from FiveM Keymaster

  • Visit the FiveM Keymaster 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/
2

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
3

Verify Dependencies

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

  • oxmysql

  • ox_lib

4

Database

There is nothing to import manually. The tables (rm_jobsv, rm_jobsv_payout_buckets) are created automatically on first boot.

Last updated