Job Information
By default, the script can be used with any job, but you may want to restrict access to certain features (management panel, adding vehicles, finances, etc.).
['cardealer'] = {
label = 'Car Dealer',
defaultDuty = true,
grades = {
['1'] = {
name = 'employee',
payment = 250
},
['3'] = {
name = 'boss',
isboss = true,
payment = 500
}
}
},
Last updated