Ping Kick problem.
#2

change
pawn Code:
PingPos++; if(PingPos > PING_MAX_EXCEEDS) PingPos = 0;
to

pawn Code:
++PingPos;
PingPos %= PING_MAX_EXCEEDS;
Reply


Messages In This Thread
Ping Kick problem. - by ZaBraNjeNi - 31.03.2015, 14:30
Re: Ping Kick problem. - by Jefff - 31.03.2015, 14:57
Re: Ping Kick problem. - by ZaBraNjeNi - 31.03.2015, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)