11.01.2013, 16:41
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...