Guest User

add = steamid

a guest
Jun 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. TEAM_BAT = AddExtraTeam("Batman", {
  2. color = Color(255, 255, 0, 255),
  3. model = "models/batman/slow/jamis/mkvsdcu/batman/slow_pub_v2.mdl",
  4. description = [[Protect The City From All Crime And Work Hard To Achieve You Life Goal, To Avenge You Murdered Parents!]],
  5. weapons = {"lockpick","pocket","arrest_stick","unarrest_stick","weapon_crossbow","spiderman's_swep"},
  6. command = "batman",
  7. max = 1,
  8. salary = 70,
  9. admin = 1,
  10. vote = false,
  11. hasLicense = true,
  12. customCheck =function(ply)
  13. return ply:SteamID()=="STEAM_0:0:53654296"
  14. or ply:SteamID()=="ADD"
  15. or ply:SteamID()=="ADD"
  16. or ply:SteamID()=="ADD"
  17. or ply:SteamID()=="ADD"
  18. or ply:SteamID()=="ADD"
  19. or ply:SteamID()=="ADD"
  20. or ply:SteamID()=="ADD"
  21. end
  22. })
Add Comment
Please, Sign In to add comment