- ensure that the dependancies are added and started
- add the following table to your database : rsg-ranch.sql
- add items to your "\rsg-core\shared\items.lua"
- add images to your "\rsg-inventory\html\images"
- add rsg-ranch to your resources folder
['macfarranch'] = {
label = 'Macfarlane Rancher',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Ranch Trainee', payment = 25 },
['1'] = { name = 'Ranch Hand', payment = 30 },
['2'] = { name = 'Ranch Manager', payment = 35 },
['3'] = { name = 'Ranch Boss', isboss = true, payment = 40 },
},
},
- add the following to your server.cfg file : ensure rsg-ranch