Police getting "you must be a member of the police force"
2 replies, posted
Hey, I've got another question! :D I'm having problems allowing rights to let police request warrants and make people wanted, when they try, they get "you must be a member of the police force".
My police job:
TEAM_POLICE = AddExtraTeam("Civil Protection", {
color = Color(20, 20, 255, 255),
model = "models/player/combine_soldier_prisonguard.mdl",
description = [[Coordinate the police forces to bring law to the city
Hit them with arrest baton to put them in jail
Bash them with a stunstick and they might learn better than to
disobey the law.
The Battering Ram can break down the door of a criminal with a
warrant for his/her arrest.]],
weapons = {"weapon_fists", "arrest_stick", "unarrest_stick", "weapon_real_cs_usp", "stunstick", "door_ram", "weaponchecker"},
command = "police",
max = 5,
salary = 50,
admin = 0,
vote = false,
hasLicense = true,
cheif = true
})
[QUOTE]TEAM_POLICE = AddExtraTeam("Civil Protection", {
color = Color(20, 20, 255, 255),
model = "models/player/combine_soldier_prisonguard.mdl",
description = [[Coordinate the police forces to bring law to the city
Hit them with arrest baton to put them in jail
Bash them with a stunstick and they might learn better than to
disobey the law.
The Battering Ram can break down the door of a criminal with a
warrant for his/her arrest.]],
weapons = {"weapon_fists", "arrest_stick", "unarrest_stick", "weapon_real_cs_usp", "stunstick", "door_ram", "weaponchecker"},
command = "police",
max = 5,
salary = 50,
admin = 0,
vote = false,
hasLicense = true,
cheif = true
}) [/QUOTE]
Try this
TEAM_POLICE = AddExtraTeam("Civil Protection", {
color = Color(20, 20, 255, 255),
model = "models/player/combine_soldier_prisonguard.mdl",
description = [[Coordinate the police forces to bring law to the city
Hit them with arrest baton to put them in jail
Bash them with a stunstick and they might learn better than to
disobey the law.
The Battering Ram can break down the door of a criminal with a
warrant for his/her arrest.]],
weapons = {"weapon_fists", "arrest_stick", "unarrest_stick", "weapon_real_cs_usp", "stunstick", "door_ram", "weaponchecker"},
command = "police",
max = 5,
salary = 50,
admin = 0,
vote = false,
hasLicense = true,
police = 1
})
Found the issue
Sorry, you need to Log In to post a reply to this thread.