Installation
This guide will show you how to properly install this script for your framework.
Download the dependencies and make sure they are properly installed.
Download
lunar_truckerjobfrom your keymaster, extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.Import this SQL into your database:
INSERT INTO `jobs` (`name`, `label`) VALUES ('trucker', 'Trucker'); INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES ('trucker', 0, 'employee', 'Employee', 100, '{}', '{}');Configure the script to your liking.
Use this in server.cfg to change the locale:
setr ox:locale enRestart your server and enjoy!
Download the dependencies and make sure they are properly installed.
Download
lunar_truckerjobfrom your keymaster, extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.Add this job inside qb-core/shared/jobs.lua:
['trucker'] = { label = 'Trucker', defaultDuty = true, grades = { ['0'] = { name = 'Employee', payment = 100 } } }Configure the script to your liking.
Use this in server.cfg to change the locale:
setr ox:locale enRestart your server and enjoy!
Last updated