Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Team_Thief = DarkRP.createJob("Thief", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models//player/t_arctic.mdl"},
  4. description = [[You can raid, base, print.]],
  5. weapons = {"lockpick","keys","keypad_cracker"},
  6. command = "thief",
  7. max = 6,
  8. salary = 250,
  9. admin = 0,
  10. vote = false,
  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 = "Thief",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement