Advertisement
szymski

Untitled

Dec 5th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. customCheck = function(ply)
  2. int count = 0
  3. for k, v in pairs(player.GetAll()) do
  4. if table.HasValue({"POLICE", "CSWAT", "SWAT", "AGENT", "CHIEF"}, team.GetName(v:Team())) then
  5. count = count + 1
  6. end
  7. end
  8. return count < 3
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement