TEAM_CHIEF = DarkRP.createJob( 'Civil Protection Chief',
{
color = Color( 5, 255, 0, 255 ),
category = 'Civil Protection',
model = 'models/player/combine_soldier_prisonguard.mdl',
description = [[The Chief is the leader of the Civil Protection]],
weapons = { 'arrest_stick', 'unarrest_stick', 'weapon_deagle2', 'stunstick', 'door_ram', 'weaponchecker' },
command = 'chief',
chief = true,
NeedJob = { TEAM_POLICE },
max = 4,
salary = GAMEMODE.Config.normalsalary * 1.45,
admin = 0,
vote = true,
hasLicense = true,
level = 4,
tip = 'Leader of the Civil Protection organization',
} )