How Define these Linie?
#2

You must define PING_MAX_EXCEEDS
pawn Код:
// At the top
#define PING_MAX_EXCEEDS        1000
// 1000 or whatever

// At your script

for ( new i; i < PING_MAX_EXCEEDS; i++ )
{
    PlayerInfo[ playerid ][ pPing ][ i ] = 0;
}

// But I don't see what you want to do with this script...
Reply


Messages In This Thread
How Define these Linie? - by DAVIDXP - 11.01.2013, 16:17
Respuesta: How Define these Linie? - by Fabio11 - 11.01.2013, 16:41

Forum Jump:


Users browsing this thread: 1 Guest(s)