high ping kicker - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: high ping kicker (
/showthread.php?tid=174740)
high ping kicker -
Face9000 - 06.09.2010
Hi all,someone know some high ping kickers?
Re: high ping kicker -
[XST]O_x - 06.09.2010
pawn Код:
public OnPlayerUpdate(playerid)
{
if((GetPlayerPing(playerid) >= 1000 && GetPlayerPing(playerid) != 65535))
SendClientMessage(playerid,COLOR,"Kicked [HIGH PING LIMIT EXCEEDED]");
Kick(playerid);
return 1;
}
Re: high ping kicker -
Face9000 - 06.09.2010
LOL..i dont have OnPlayerUpdate
Re: high ping kicker -
Claude - 06.09.2010
Nevermind .. sorry
Re: high ping kicker -
Face9000 - 06.09.2010
Ok thanks!
FUCK ANTI SPAM
Re: high ping kicker -
[XST]O_x - 06.09.2010
Quote:
Originally Posted by Logitech90
FUCK ANTI SPAM
|
Holy shit.
By the way,I've edited my post recopy it,now it won't kick players that have 65535 ping on connect.