27.01.2016, 17:03
Suggestion: some people get the 65535 ping bug so you should add in the condition:
if(GetPlayerPing(i) > MAX_PING && GetPlayerPing(i) != 65535)
if(GetPlayerPing(i) > MAX_PING && GetPlayerPing(i) != 65535)