Advertisement
Guest User

Untitled

a guest
Jul 9th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. TEAM_HITMAN = DarkRP.createJob("HITMAN", {
  3. color = Color(255, 0, 255, 255),
  4. model = "models/player/monk.mdl",
  5. description = [[You're a hitman. You can have players pay you to execute someone of there choice.]],
  6. weapons = {"m9k_svu", "m9k_glock"},
  7. command = "hitman",
  8. max = 3,
  9. salary = 15,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = true,
  13. category = "jobs",
  14. sortOrder = 100,
  15. })
  16.  
  17.  
  18. DarkRP.createCategory{
  19. name = "VIP",
  20. categorises = "jobs",
  21. startExpanded = true,
  22. color = Color(120, 0, 255, 255),
  23. canSee = function(ply) return true end,
  24. sortOrder = 100,
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement