Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. TEAM_BLOODLEADER = DarkRP.createJob("Blood Leader", {
  2. color = Color(214, 0, 0, 255),
  3. model = {"models/player/bloodz/slow_1.mdl"},
  4. description = [[You are the blood leader. You from da east side and you are the rich kids. Lead your gang to the win! You hate the krips and you will have gang wars with them.]],
  5. weapons = {"m9k_glock", "m9k_ak47"},
  6. command = "bloodleader",
  7. max = 1,
  8. salary = 125,
  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 = "Criminals",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement