Installation
JG HandlingPurchase on the JG store
Download & unzip
Unzip the jg-handling-bundle and open it.
Add the resource to your server
Drag the script folder (jg-handling) into a new folder called [jg] within your server's resources folder.
Install dependencies
Make sure you have the latest versions of ox_lib & oxmysql installed on your server.
Update your server.cfg
Inside of your server.cfg, add a new line after all your other resources have started:
ensure [jg]Configure the script
Inside the config folder, config.lua is the core configuration - most integrations are detected automatically, including framework (optional) and notifications. You'll mainly be adjusting the script's functionality, such as the job lock and timing tool features.
Troubleshooting
JG Handling tries to automatically make the required database changes. In some cases, this automatic installation fails and you need to make the changes manually.
Head into the install folder within jg-handling. Run the database.sql file within your database software (such as PhpMyAdmin or HeidiSQL).
If you get an error along the lines of cannot use the syntax IF NOT EXISTS, remove every instance of IF NOT EXISTS from the database.sql file and re-run it. It will still run fine.
Make sure you're running this SQL code within the correct database - triple-check and cross-reference the name of the database!