ez_neo

Untitled

Nov 18th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_ARMURIER = DarkRP.createJob("Armurier", {
  6. color = Color(255, 245, 0, 255),
  7. model = {"models/player/monk.mdl"},
  8. description = [[VOUS VENDER DES ARMES]],
  9. weapons = {},
  10. command = "/armurier",
  11. max = 2,
  12. salary = 250,
  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. ply:SetArmor(0)
  21. end,
  22. customCheck = function(ply) return CLIENT or
  23. table.HasValue({}, ply:Team())
  24. end,
  25. CustomCheckFailMsg = "",
  26. })
Add Comment
Please, Sign In to add comment