Services App
This guide explains step-by-step how to add new jobs to the Config.JOBServices(config.lua) configuration.
Last updated
billing = {
view = 4, -- Authority to view bills
create = 4, -- Authority to create bills
delete = 4, -- Authority to delete bills
pay = 4, -- Authority to pay bills
}employe = {
view = 2, -- Authority to view employees
changeRank = 2, -- Authority to change ranks
fire = 2, -- Authority to fire employees
add = 2, -- Authority to add employees
}["job_name"] = {
-- Parameters go here
},["taxi"] = {
messageView = 1,
messageSend = 1,
reportView = 1,
reportDeleteAll = 3,
openClosingAuth = 3,
location = vector4(895.15, -179.36, 74.70, 240.00),
label = "Taxi Station",
isOpen = true,
canCall = true,
Duty = true,
playerNotifications = false,
alternativejobs = {},
jobNumber = "555",
billing = {
view = 1,
create = 2,
delete = 3,
pay = 1,
},
employe = {
view = 2,
changeRank = 3,
fire = 3,
add = 3,
},
jobBalanceView = 2,
showInList = true,
autoCallByDuty = true
},