Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. --Wehrmacht
  2.  
  3. TEAM_AWERH = DarkRP.createJob("German Wehrmacht", {
  4. color = Color(153, 153, 153),
  5. model = {"models/player/wehrmacht_male09npc.mdl", "models/player/wehrmacht_male02npc.mdl", "models/player/wehrmacht_male08npc.mdl", "models/player/wehrmacht_male07npc.mdl", "models/player/wehrmacht_male06npc.mdl"},
  6. description = [[You are apart of an Infantry Division Known As The Wehrmacht, Fight With Honor and Glory.]],
  7. weapons = {"none"},
  8. command = "AWEHR",
  9. max = 0,
  10. salary = 0,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. candemote = false,
  15. category = "German Forces",
  16. BWhitelist_customCheck = function(ply) return ply:IsUserGroup("AWERH") or ply:IsSuperAdmin() end,
  17. CustomCheckFailMsg = "You need to Donate/Apply for this role!",
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(200)
  20. ply:SetHealth(200)
  21. ply:SetArmor(150)
  22. return CLIENT end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement