Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. TEAM_HOBOS = DarkRP.createJob("Hobo Leader", {
  2. color = Color(122, 65, 13, 255),
  3. model = {"models/player/charple.mdl"},
  4. description = [[The Leader of Hobos]],
  5. weapons = {"weapon_bugbait"},
  6. command = "/job Hobo Leader",
  7. max = 1,
  8. salary = 1,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = false,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement