Advertisement
ez_neo

Untitled

Nov 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_MARCHANTNOIR = DarkRP.createJob("MARCHANT NOIR", {
  6. color = Color(0, 97, 10, 255),
  7. model = {"models/player/Group01/male_07.mdl"},
  8. description = [[TU VENT DES PRODUITS ILLÉGAUX FAIT ATTENTION AU KEUF]],
  9. weapons = {},
  10. command = "/MARCHANT NOIR",
  11. max = 2,
  12. salary = 25,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = true,
  17. PlayerSpawn = function(ply)
  18. ply:SetMaxHealth(100)
  19. ply:SetHealth(100)
  20. end,
  21. customCheck = function(ply) return CLIENT or
  22. table.HasValue({}, ply:Team())
  23. end,
  24. CustomCheckFailMsg = "",
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement