๐ฎPolice Job Checks
police = {
label = 'Law Enforcement',
type = 'leo', -- Add this to your police jobs
defaultDuty = true,
offDutyPay = false,
grades = {} -- Grade information not relevant to the example
},
lspd = {
label = 'LSPD',
type = 'leo', -- Add this to your police jobs
defaultDuty = true,
offDutyPay = false,
grades = {} -- Grade information not relevant to the example
},
bcso = {
label = 'BCSO',
type = 'leo', -- Add this to your police jobs
defaultDuty = true,
offDutyPay = false,
grades = {} -- Grade information not relevant to the example
},Last updated