Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. TEAM_SWATL = DarkRP.createJob("Swat Leader", {
  2. color = Color(20, 20, 255, 255),
  3. model = {"models/codmw2/codmw2hexe.mdl"},
  4. description = [[The protector of every citizen that lives in the city.
  5. You have the power to arrest criminals and protect innocents.
  6. Hit a player with your arrest baton to put them in jail.
  7. Bash a player with a stunstick and they may learn to obey the law.
  8. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  9. The Battering Ram can also unfreeze frozen props (if enabled).
  10. Type /wanted <name> to alert the public to the presence of a criminal.]],
  11. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "handcuffs"},
  12. command = "SwatLeader",
  13. max = 1,
  14. salary = 150,
  15. admin = 0,
  16. vote = true,
  17. hasLicense = true,
  18. help = {
  19. "Please don't abuse your job",
  20. "When you arrest someone they are auto transported to jail.",
  21. "They are auto let out of jail after some time",
  22. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  23. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  24. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  25. "Type /jailpos to set the jail position"
  26. },
  27. customCheck = function(ply) return CLIENT or table.HasValue({"owner", "vipadmin", "vipmoderator","vipheadadmin", "vipheadmoderator", "vip", "viptmod"}), ply:GetUserGroup() end,
  28. CustomCheckFailMsg = "You aren't Vip :|"
  29. }
  30. category = "Civil Protection",
  31. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement