Question abount Anti Cheat by Gamer_Z - 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)
+--- Thread: Question abount Anti Cheat by Gamer_Z (
/showthread.php?tid=548760)
Question abount Anti Cheat by Gamer_Z -
Raweresh - 02.12.2014
Hi, I have question abour this plugin.
There is anti ip flood cheat and ip of that cheater is save in binary format.
Код:
#define CHEAT_IPFLOOD (16) // too many connections from one ip, extraint = ip in binary format (exploded by '.' 127.0.0.1 <=^=> (1 + (0 << 8) + (0 << 16) + (127 << 24)))
So, how it looks like and how to ban that ip?