Installation
This guide will show you how to properly install this script for your framework.
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, '{}', '{}');
['trucker'] = { label = 'Trucker', defaultDuty = true, grades = { ['0'] = { name = 'Employee', payment = 100 } } }
Last updated