Permissions
This document outlines the permission configurations for various departments in the system. Each department has access to specific pages, with view and edit permissions defined.

π Configuration Structure
Each department is configured under Config.Permissions
, with the following structure:
Config.Permissions = {
['department_name'] = {
management_rank = number,
backgroundImage = "url",
Pages = {
['page_name'] = { view = boolean, edit = boolean },
...
}
}
}
π§ Creating New Departments
You can easily add new departments and assign MDT (Mobile Data Terminal) permissions by following this structure:
['department_name'] = {
management_rank = number,
backgroundImage = "url",
Pages = {
['page_name'] = { view = boolean, edit = boolean },
...
}
}
π¦ sasp
- San Andreas State Police
sasp
- San Andreas State PoliceManagement Rank:
3
dashboard
β
β
citizens
β
β
reports
β
β
roaster
β
β
incidents
β
β
vehicles
β
β
criminalcode
β
β
warrant
β
β
officermanagement
β
β
securitycamera
β
β
dispatch
β
β
weapons
β
β
ftoreports
β
β
π« bcso
- Blaine County Sheriff's Office
bcso
- Blaine County Sheriff's OfficeManagement Rank:
3
Permissions are identical to
sasp
.
π police
police
Management Rank:
3
dashboard
β
β
citizens
β
β
reports
β
β
roaster
β
β
incidents
β
β
vehicles
β
β
criminalcode
β
β
warrant
β
β
officermanagement
β
β
securitycamera
β
β
bodycam
β
β
dispatch
β
β
weapons
β
β
ftoreports
β
β
π ambulance
ambulance
Management Rank:
2
dashboardems
β
β
citizensems
β
β
reports
β
β
emsreports
β
β
roaster
β
β
emsincidents
β
β
medicmanagement
β
β
dispatch
β
β
emsftoreports
β
β
βοΈ lawyer
lawyer
Management Rank:
0
citizens
β
β
reports
β
β
vehicles
β
β
criminalcode
β
β
warrant
β
β
Last updated