join my [Discord] https://discord.gg/XAV4AfgQaZ | <-- FOR ANY SUPPORT. AS RANJIT IS NOT RESPONSIBLE FOR SUPPORT ON THIS.
ranjits discord https://discord.gg/867F5AvMCN Check it out. He's got plenty of good scripts!
- qb-core (required)
- qb-menu (optional / IF USING ANOTHER MENU.)
- qb-weapons (required)
- qb-inventory (optional / IF USING ANOTHER INVENTORY)
- qb-input (optional / IF USING ANOTHER INPUT)
- qb-management (optional / IF USING ANOTHER MANAGEMENT SCRIPT)
- qb-target (optional / IF USING ANOTHER TARGET))
## THIS DEPENDS ON QB-WEAPONS DEFAULT.
['ammunation'] = {
label = 'Ammunation',
defaultDuty = true, -- If whenever you see the job your defaultly on duty
offDutyPay = false, -- If you want employees to be paid even when theyre not on duty/off duty ( THIS IS IN GAME NOT WHEN YOUR OFFLINE COMPLETELY)
grades = {
['0'] = {
name = 'Runner', - NAME OF THE GRADE
payment = 25 -- PAYMENT FOR THIS GRADE ( EVERY 30 MINS OR ACCORDING TO YOUR loops.lua) -- Configure According To Your Economy
},
['1'] = {
name = 'Salesman',
payment = 50, -- Configure According To Your Economy
},
['2'] = {
name = 'Head Salesman',
isboss = true,
payment = 75, -- Configure According To Your Economy
},
['3'] = {
name = 'Asst. Manager',
isboss = true,
payment = 100,
},
['4'] = {
name = 'Manager',
isboss = true,
payment = 200, -- Configure According To Your Economy
},
},
},