Advertisement
Guest User

Black Market Dealer

a guest
Aug 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TEAM_BLACKM = DarkRP.createJob("Black Market Dealer", {
  2. color = Color(255, 0, 0, 255),
  3. model = {"models/player/guerilla.mdl"},
  4. description = [[]],
  5. weapons = {"weapon_fists", "weapon_arc_atmcard"},
  6. command = "blackmarketdealer",
  7. max = 1,
  8. salary = 100,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = false,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Citizens",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement