Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. TEAM_SSHOTGUN = DarkRP.createJob("SWAT Close Quarters", {
  2. color = Color(25, 25, 170, 255),
  3. model = {
  4. "models/codmw2/codmw2.mdl"
  5. },
  6. description = [[You are a member of the Special Weapons and Tactics unit.
  7. You must do everything in your power to bring dangerous criminals at large to justice.
  8. As a close quarters specialist, you are armed with a (CHOSEN SHOTGUN) and body armor, but you cannot make arrests.]],
  9. weapons = {"m9k_mossberg590", "stunstick", "door_ram", "weaponchecker", "weapon_stungun"},
  10. max = 2,
  11. command = "shotgun",
  12. salary = GAMEMODE.Config.normalsalary * 1.6,
  13. admin = 0,
  14. vote = true,
  15. hasLicense = true,
  16. ammo = {
  17. ["pistol"] = 60,
  18. ["rpg_round"] = 4,
  19. ["m9k_ammo_buckshot"] = 50,
  20. },
  21. category = "Police",
  22. PlayerSpawn = function(ply)
  23. ply:SetArmor(100)
  24. end
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement