Advertisement
Guest User

Daniel custom job

a guest
Oct 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Daniel custom job
  2. TEAM_DANIEL = DarkRP.createJob("Daniel Special Tyv", {
  3. color = Color(0, 0, 0, 255),
  4. model = {"models/Obama/Obama.mdl"},
  5. description = [[Daniels custom job]],
  6. weapons = {"lockpick", "weapon_vape_medicinal", "keypad_cracker", "m9k_damascus", "m9k_1887winchester", "m9k_svu"},
  7. command = "daniel",
  8. max = 1,
  9. salary = 1000,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = true,
  13. candemote = false,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "Citizens",
  21. })
  22.  
  23. Addon: http://steamcommunity.com/sharedfiles/filedetails/?id=238855334
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement