Some help with teams
#2

pawn Код:
new TeamCount = 0;
for(new i; i < MAX_PLAYERS; i++)
{
  if(IsPlayerConnected(i))
  {
    if(gTeam[i] == TEAM_NAME)
    {
      TeamCount++;
    }
  }
}

Reply


Messages In This Thread
Some help with teams - by HuRRiCaNe - 02.09.2009, 02:24
Re: Some help with teams - by JaTochNietDan - 02.09.2009, 02:28
Re: Some help with teams - by HuRRiCaNe - 02.09.2009, 02:31

Forum Jump:


Users browsing this thread: 1 Guest(s)