Count Players In Server
#1

Will this stock function i made work?

pawn Код:
stock CountPlayers()
{
  new count = 0;
  for (new i = 0; i < MAX_PLAYERS; i++)
  {
    if(IsPlayerConnected(i))
    {
      count++;
    }
  }
  return count;
}
Thanks!
Reply


Messages In This Thread
Count Players In Server - by StrickenKid - 12.04.2009, 18:35
Re: Count Players In Server - by Marcel - 12.04.2009, 18:36
Re: Count Players In Server - by StrickenKid - 12.04.2009, 18:39
Re: Count Players In Server - by OmeRinG - 12.04.2009, 18:47
Re: Count Players In Server - by StrickenKid - 12.04.2009, 19:16
Re: Count Players In Server - by 90NINE - 12.04.2009, 19:40

Forum Jump:


Users browsing this thread: 3 Guest(s)