How many players are online
#7

Quote:
Originally Posted by Sjn
Посмотреть сообщение
PHP код:
GetConnectedPlayers()
{
    new
        
ConnectedPlayers;
    
    for (new 
0MAX_PLAYERSi++)
    {
        if (!
IsPlayerConnected(i) || == INVALID_PLAYER_ID) continue;
        
ConnectedPlayers++;
    }
    
    return 
ConnectedPlayers;

How could i be INVALID_PLAYER_ID when the max value that i will be is MAX_PLAYERS?
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: 2 Guest(s)