31.03.2015, 14:57
change
to
pawn Code:
PingPos++; if(PingPos > PING_MAX_EXCEEDS) PingPos = 0;
pawn Code:
++PingPos;
PingPos %= PING_MAX_EXCEEDS;