Config.ManagementPanelConfig = { ['police'] = { -- job name grades = {2, 3, 4}, -- who can access the management panel title = "POLICE VEHICLE MANAGEMENT" -- panel title }, -- ['jobname'] = { -- grades = {0, 2}, -- title = "Panel names" -- } }
Last updated 3 months ago