Advertisement
pogh10

Untitled

May 28th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. TEAM_WOLF = AddExtraTeam("Werewolf", {
  2. color = Color(255, 255, 255, 255),
  3. model = "models/humans/group1m/male_07.mdl",
  4. description = [[You can be a big
  5. bad wolf or someone's pet. You decide!
  6. You're practically half human and half
  7. wolf. You can bite people, but it won'
  8. turn them into a wolf. You spawn around
  9. the map.
  10. ]],
  11. weapons = {"eoti_werewolf_swep"},
  12. command = "werewolf",
  13. max = 3,
  14. salary = 0,
  15. admin = 0,
  16. vote = true,
  17. hasLicense = false,
  18. mayorCanSetSalary = false,
  19. PlayerSpawn = function(ply)
  20. ply:SendLua([[chat.AddText(Color(255, 0, 0), "Going into the Kingdom is PROHIBITED, you will get banned!")]])
  21. ply:StripWeapons()
  22. timer.Simple(1, function()
  23. ply:Give("eoti_werewolf_swep")
  24. end
  25. end
  26. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement