TEAM_CHIEF = DarkRP.createJob( 'Civil Protection Chief',
{
color = Color( 5, 255, 0, 255 ),
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,
NeedGroup = { 'vip' },
category = 'Civil Protection',
} )
TEAM_CHIEF = DarkRP.createJob( 'Civil Protection Chief',
{
color = Color( 5, 255, 0, 255 ),
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,
NeedGroup = { 'vip', 'donator' },
category = 'Civil Protection',
} )
TEAM_CHIEF = DarkRP.createJob( 'Civil Protection Chief',
{
color = Color( 5, 255, 0, 255 ),
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,
groups = { 'vip', 'donator' },
category = 'Civil Protection',
} )
If player selects a job that has a group requirement; they will be presented with an error message in multiple locations: