Mayor System
This is the page for my mayor system
Installation
QB-CORE Add
qb-core/shared/jobs.lua
['mayor'] = {
label = 'Mayors Workers',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Mayor Secruity',
payment = 100
},
['1'] = {
name = 'Mayor Bodyguard',
payment = 150
},
['2'] = {
name = 'Mayors Assistant',
payment = 200
},
['3'] = {
name = 'Mayor',
isboss = true,
payment = 350
},
},
},
qb-core/shared/items.lua
["mayorsystem"] = {["name"] = "mayorsystem", ["label"] = "Mayor Laptop", ["weight"] = 100, ["type"] = "item", ["image"] = "laptop.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "This Laptop does unspeakable things :/ :3"},Last updated