Advertisement
MiniPickels

Pet jobs

Mar 12th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. TEAM_Animal = DarkRP.createJob("dog", {
  2. color = Color(232, 127, 5, 255),
  3. model = {"models/player_amaterasu.mdl"},
  4. description = [[You are someone pet, be loyal!]],
  5. weapons = {"weapon_fists"},
  6. command = "dog",
  7. max = 3,
  8. salary = 200,
  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. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement