Guest User

Untitled

a guest
Jan 4th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. TEAM_POLICE = DarkRP.createJob("Policer", {
  2. color = Color(21, 255, 0, 255),
  3. model = {
  4. "models/player/kerry/policeru_10.mdl",
  5. "models/player/kerry/policeru_11.mdl",
  6. "models/player/kerry/policeru_12.mdl",
  7. "models/player/kerry/policeru_13.mdl",
  8. "models/player/kerry/policeru_14.mdl",
  9. "models/player/kerry/policeru_15.mdl"
  10. },
  11. description = [[Tu est une Recrue de la Police]],
  12. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "m9k_glock", "weapon_cuff_police"},
  13. command = "police",
  14. max = 4,
  15. salary = 50,
  16. admin = 0,
  17. vote = false,
  18. hasLicense = false,
  19. candemote = false
  20. customCheck = function(ply) return CLIENT or
  21. table.HasValue({"superadmin", "admin", "WL*}, ply:GetNWString("usergroup"))
  22. end,
  23. CustomCheckFailMsg = "Ce job est whitelist!",
  24. })
Advertisement
Add Comment
Please, Sign In to add comment