Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2.  
  3. TEAM_YAKUZA = DarkRP.createJob("Yakuza", {
  4. color = Color(212, 0, 236, 255),
  5. model = {"models/SD/Players/[dbs_striker]-head_quick_dbs.mdl"},
  6. description = [[Faire régner la terreur !]],
  7. weapons = {"gmod_camera", "keys"},
  8. command = "yakuzacommand",
  9. max = 4,
  10. salary = 0,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. candemote = false,
  15. category = "Citizen",
  16. customCheck = function(ply) return
  17. table.HasValue({}, ply:Team())
  18. end,
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement