[FilterScript] Anti High-Ping
#4

Quote:
Originally Posted by Cypress
Посмотреть сообщение
pawn Код:
public OnPlayerUpdate(playerid)
{
    if(Spawned[playerid] && GetPlayerPing(playerid) > MAX_PING)
    {
        Kick(playerid);
        return 0;
    }
    return 1;
}
WTF is that?
And what's wrong with it?
Reply


Messages In This Thread
Anti High-Ping - by sabretur - 26.03.2011, 16:06
Re: Anti High-Ping - by Casss - 26.03.2011, 16:11
Re: Anti High-Ping - by Cypress - 26.03.2011, 16:15
Re: Anti High-Ping - by wups - 26.03.2011, 16:23
Re: Anti High-Ping - by rbN. - 26.03.2011, 16:39
Re: Anti High-Ping - by Calgon - 26.03.2011, 16:45
Re: Anti High-Ping - by sabretur - 26.03.2011, 17:10
Re: Anti High-Ping - by Calgon - 26.03.2011, 17:11
Re: Anti High-Ping - by sabretur - 26.03.2011, 17:21
Re: Anti High-Ping - by Zh3r0 - 26.03.2011, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)