Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  2. Custom jobs = DarkRP.createJob("Cool dude", {
  3. color = Color(0, 0, 0, 255),
  4. model = {"models/player/plague_doktor/player_plague_doktor.mdl"},
  5. description = [[Reskin of VIP thief. Can raid/mug]],
  6. weapons = {"weapon_vape_medicinal","viplockpick"},
  7. command = "/cooldude",
  8. max = 1,
  9. salary = 50000,
  10. admin = 2,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "Custom jobs",
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement