Advertisement
Guest User

Up oh

a guest
Jun 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. TEAM_BREACHER = DarkRP.createJob("Breacher", {
  2. color = Color(10, 71, 227, 255),
  3. model = {"models/player/gasmask.mdl"},
  4. description = [[The breacher is the first one in line for a police raid they use their battering ram to break down the door and use their shotgun for close range encounters]],
  5. weapons = {"m9k_mossberg590", "arrest_stick", "unarrest_stick", "stunstick", "weaponchecker", "m9k_m92beretta", "door_ram","stungun"},
  6. command = "Breacher",
  7. max = 2,
  8. salary = 350,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = true,
  13. category = "Civil Protection",
  14.  
  15. })
  16.  
  17.  
  18. TEAM_Sentinel = DarkRP.createJob("Sentinel", {
  19. color = Color(38, 168, 14, 255),
  20. model = {"models/player/guard_pack/guard_05.md"},
  21. description = [[You can be hired to guard professional bussinesses with your life through years of training ]],
  22. weapons = {"m9k_g36", "m9k_hk45", "stunstick"},
  23. command = "Sentinel",
  24. max = 2,
  25. salary = 500,
  26. admin = 0,
  27. vote = false,
  28. hasLicense = true,
  29. candemote = false,
  30. category = "Citizens",
  31. PlayerSpawn = function(ply)
  32. ply:SetArmor(120)
  33. end
  34. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement