Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Team_Tmod on duty = DarkRP.createJob("Tmod on duty", {
  2. color = Color(5, 0, 255, 255),
  3. model = {"models/player/skeleton.mdl"},
  4. description = [[If you abuse bakon will eat you]],
  5. weapons = {"weapon_keypadchecker","door_ram","pocket","stunstick","arrest_stick",unarrest_stick"},
  6. command = "thief",
  7. max = 2,
  8. salary = 500,
  9. admin = 1,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Tmod on duty",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement