How many players are online
#5

Using foreach is simpler.

pawn Код:
GetConnectedPlayers()
{
    new count;
   
    foreach(new i : Player)
    {
        count++;
    }
   
    return count;
}
Reply


Messages In This Thread
How many players are online - by HyperVoice - 03.09.2015, 11:30
Re: How many players are online - by SoFahim - 03.09.2015, 11:37
Re: How many players are online - by HyperVoice - 03.09.2015, 11:40
Re: How many players are online - by Sjn - 03.09.2015, 11:44
Re: How many players are online - by Syzygy1 - 03.09.2015, 11:49
Re: How many players are online - by PSYCHOBABYKILLA - 03.09.2015, 11:52
Re: How many players are online - by Evocator - 03.09.2015, 11:52
Re: How many players are online - by Syzygy1 - 03.09.2015, 11:55
Re: How many players are online - by PSYCHOBABYKILLA - 03.09.2015, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)