Advertisement
aeralle

Untitled

Aug 29th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. TEAM_STAFF = DarkRP.createJob("Staff On Duty", {
  2. color = Color(12, 99, 14, 166),
  3. model = {
  4. "models/player/Group01/Female_01.mdl",
  5. "models/player/Group01/Female_02.mdl",
  6. "models/player/Group01/Female_03.mdl",
  7. "models/player/Group01/Female_04.mdl",
  8. "models/player/Group01/Female_06.mdl",
  9. "models/player/group01/male_01.mdl",
  10. "models/player/Group01/Male_02.mdl",
  11. "models/player/Group01/male_03.mdl",
  12. "models/player/Group01/Male_04.mdl",
  13. "models/player/Group01/Male_05.mdl",
  14. "models/player/Group01/Male_06.mdl",
  15. "models/player/Group01/Male_07.mdl",
  16. "models/player/Group01/Male_08.mdl",
  17. "models/player/Group01/Male_09.mdl"
  18. },
  19. description = [[ You! admin! enforce the rules and punish the skrubs on our server! ]],
  20. weapons = {weapon_fists},
  21. command = "staff",
  22. max = 0,
  23. salary = 150,
  24. admin = 1,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false,
  28. category = "Citizens",
  29. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement