Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_POLICE = DarkRP.createJob("Policer", {
- color = Color(21, 255, 0, 255),
- model = {
- "models/player/kerry/policeru_10.mdl",
- "models/player/kerry/policeru_11.mdl",
- "models/player/kerry/policeru_12.mdl",
- "models/player/kerry/policeru_13.mdl",
- "models/player/kerry/policeru_14.mdl",
- "models/player/kerry/policeru_15.mdl"
- },
- description = [[Tu est une Recrue de la Police]],
- weapons = {"arrest_stick", "unarrest_stick", "stunstick", "m9k_glock", "weapon_cuff_police"},
- command = "police",
- max = 4,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false
- customCheck = function(ply) return CLIENT or
- table.HasValue({"superadmin", "admin", "WL*}, ply:GetNWString("usergroup"))
- end,
- CustomCheckFailMsg = "Ce job est whitelist!",
- })
Advertisement
Add Comment
Please, Sign In to add comment