❓Frequent Questions
¿Why the alert is not being triggered with my robbery script?
¿Why I can't see buttons to add data in the criminal code?
police = {
label = 'Law Enforcement',
type = 'leo',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Officer', payment = 75 },
['2'] = { name = 'Sergeant', payment = 100 },
['3'] = { name = 'Lieutenant', payment = 125 },
['4'] = { name = 'Chief', isboss = true, payment = 150 }, -- BOSS
},
},Config.BossGrade = { 4, 5, 6 } -- ONLY ESX, set the grades that will be considered as boss and will have more permissions like manage penal code¿How to change department/jurisdiction of a job?

SQL Error illegal mix of collations
Last updated