Advertisement
Guest User

Gun Dealers

a guest
Jul 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. TEAM_M9KDEALER = DarkRP.createJob("M9K Arms Dealer", {
  2. color = Color(255, 122, 0, 255),
  3. model = {"models/player/monk.mdl"},
  4. description = [[Supply the town with weapon's but dont let the government catch you!]],
  5. weapons = {""},
  6. command = "m9kdealer",
  7. max = 2,
  8. salary = 45,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. })
  13.  
  14. TEAM_FASDEALER = DarkRP.createJob("FAS Arms Dealer", {
  15. color = Color(255, 122, 0, 255),
  16. model = {"models/player/eli.mdl"},
  17. description = [[Supply the town with weapon's but dont let the government catch you!]],
  18. weapons = {""},
  19. command = "fasdealer",
  20. max = 2,
  21. salary = 45,
  22. admin = 0,
  23. vote = false,
  24. hasLicense = false,
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement