Price
UnknownA script by AussieDropBear
Price
UnknownAussieDropBear’s MayorSystem for FiveM QBCore Inspiried by Garrys Mod DarkRP
MayorSystem_QBCore, add ensure MayorSystem_QBCore to your server.cfg or resources.cfg-- This must stay this name.Commands: /checkvotes – lets you check the votes otherwise use the ped.
‘Consume’ the laptop to open the mayor dedicated menu
This system only works with QBCore!!!
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"},
| Code is accessible | No Only config |
| Subscription-based | No |
| Lines (approximately) | overall more then like 2k havent counted |
| Requirements | QBCore |
| Support | Yes if you used common sense and read the docs |
See what others are saying about this script.
Share your experience and help others.