Don't like ads? PRO users don't see any ads ;-)
Guest

Grouping Available

By: kitekaze on May 28th, 2012  |  syntax: Lua  |  size: 0.14 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.         for i=1,player_count do
  3.                 if (Player_IsHuman(player[i])) then
  4.                         human_count = human_count + 1
  5.                         human[human_count] = player[i]
  6.                 end
  7.         end