Permissions
Config.JobCategory = {
["police"] = {
{
name = "police",
titleListLabel = "Police List",
color = "#3f5ba1",
badge = "lspd_badge", -- only exist lspd_badge and bcsd_badge please don't add other badges name
penalFilter = "police" -- The name of the penal code filter to separate the penal code by job
},
{
name = "sheriff",
titleListLabel = "Sheriff List",
color = "#a1823f",
badge = "bcsd_badge", -- only exist lspd_badge and bcsd_badge please don't add other badges name
penalFilter = "police" -- The name of the penal code filter to separate the penal code by job
},
},
["ambulance"] = {
{
name = "ambulance",
titleListLabel = "Ambulance List",
color = "#bf3737",
badge = "bcsd_badge", -- only exist lspd_badge and bcsd_badge please don't add other badges name
penalFilter = "ambulance" -- The name of the penal code filter to separate the penal code by job
},
},
}
Last updated