24.12.2012, 07:27
Use y_ini to save the max ping then on the ping kick use a timer or OnPlayerUpdate
pawn Код:
if(GetPlayerPing(playerid)>250)
{
Kick(playerid);
}