Installation
Here you will get the full Installation guide to get this script running.
Download Asset
Login in your FiveM Portal Account
To Download our Script you must login in your Fivem Portal Account
Download the Script
If you are sucessfully logged in into your Account go to Assets and search by the script hex_jobscreator then download it.
Download Dependencies
| Dependency | Required |
|---|---|
| es_extended | |
| oxmysql |
Database Setup
Dont forget to import the SQL file located in the sql folder of the asset into your database. This will create all the necessary tables for the script to work properly.
Start Asset
To make sure the asset start and run properly, you need to add them in the correct order inside your server.cfg. Below is an example of how it should look.
Note
You can also create a folder called [hex] inside your resources folder. If you own multiple scripts from us, you won’t need to add each one separately to your server.cfg.
Script Installer
You also need to add the following line to your server.cfg before starting the framework resource to allow the script to run the installer.
add_unsafe_worker_permission hex_jobscreatorScript Start
# 1. Start database wrapper called oxmysql
ensure oxmysql
# 2. Start the specific framework
ensure es_extended or qb-core or qbx_core
# 3. Now start our asset singularly
ensure hex_jobscreator
# Or you can start all of our assets at once into a folder called [hex]
ensure [hex]Jaksam Jobscreator
If you are coming from the Jaksam Jobscreator, you can use the migration tool to transfer your old jobs to the new Jobscreator.
Make sure the following options are set in your config file:
Config.JaksamInventoryIds = true
Config.SharedInventorySystem = trueThen run the command /migrateJobs to migrate your old jobs.