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_truckerjob
from 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 en
Restart your server and enjoy!
Last updated