TEAM_POLICE = DarkRP.createJob("Police Officer", {
color = Color(25, 25, 170, 255),
model = {
"models/player/police.mdl"
},
description = [[You are a police officer tasked with enforcing the law.]],
weapons = {"weapon_pistol", "weapon_cuff_police", "weapon_stunstick"},
command = "police",
max = 4,
salary = 45,
admin = 0,
vote = false,
hasLicense = true,
ammo = {
["pistol"] = 60
},
category = "Civil Protection",
})