SA-MP Forums Archive
[FilterScript] Anti-Ping - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Anti-Ping (/showthread.php?tid=470477)



Anti-Ping - Jankingston - 18.10.2013

Hi Guys, as you all can see, I have just started scripting, and i have release a GM and one filterscript, this is third release.

How it works

If any player exceeded ping > 600, he/she will be kicked with a reason >= Ping Exceeded

Download Link

Pastebin : Click Me



Have fun !



Re: Anti-Ping - afiqlina01 - 19.10.2013

thx dude... it's help me


Re: Anti-Ping - TahaAsif12 - 18.11.2013

Very Usefull For RP Server


Re: Anti-Ping - KingServerIRAN - 18.11.2013

Good jOb!!!


Re: Anti-Ping - Sands - 18.11.2013

this line of code can do the same thing

if(GetPlayerPing(playerid) > 1000) Kick(playerid);


Re: Anti-Ping - Pottus - 18.11.2013

Quote:
Originally Posted by Sands
View Post
this line of code can do the same thing

if(GetPlayerPing(playerid) > 1000) Kick(playerid);
There would be a lot of unneeded kicking from incidental ping spikes so it does not do the same thing.


Re: Anti-Ping - DanishHaq - 18.11.2013

Nice job .