Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. TEAM_SWATSNIPER = DarkRP.createJob("Swat Sniper", {
  2. color = Color( 0, 0, 128),
  3. model = "models/player/urban.mdl",
  4. description = [[A sniper for the Swat]],
  5. weapons = {"arrest_stick", "unarrest_stick", "bb_p228_alt", "stunstick", "door_ram", "weaponchecker", "bb_scout_alt", "itemstore_pickup"},
  6. command = "Swatsniper",
  7. max =1,
  8. salary = 75,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. candemote = true,
  13. category = "VIP",
  14. customCheck = function(ply) return ply:GetUserGroup() == "VIP" or ply:GetUserGroup() == "VIP" or ply:IsAdmin() end,
  15. CustomCheckFailMsg = "This job is VIP only!"
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement