[HELP] Anti-Bot with IP protected - 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: [HELP] Anti-Bot with IP protected (
/showthread.php?tid=361053)
[HELP] Anti-Bot with IP protected -
[IKS]Niko_Hs™ - 19.07.2012
Hi guys,
how do I protect this IP (
127.0.0.1) in the Anti-Bot system?
Which is best for you?
Wanted to protect the ip in one of these systems :
System by Roperr
System by Amit_B
I thought of doing it that way :
Код:
#define IP_NPC_PROTECTED (true)
// Ip NPC
new ipwhitelist[][16] =
{
"127.0.0.1"
};
//in the system
#if (IP_NPC_PROTECTED == true)
for (new i = 0; i < sizeof(ipwhitelist); i++){
// Script to protect the ip
}
#endif
how can I do?
thanks in advance
Respuesta: [HELP] Anti-Bot with IP protected -
[IKS]Niko_Hs™ - 20.07.2012
Someone can answer that question? Please..
UP!
Re: [HELP] Anti-Bot with IP protected -
Jefff - 20.07.2012
Nab is flooding your server fake players?
Re: [HELP] Anti-Bot with IP protected -
[IKS]Niko_Hs™ - 20.07.2012
No,i use it for safety.
I wanted to protect the ip 127.0.0.1 because i have more than 5 bots, and i would use the system without that are kicked.
In a nutshell the system must work for all ip, except this (127.0.0.1)..
Re: [HELP] Anti-Bot with IP protected -
[IKS]Niko_Hs™ - 21.07.2012
Up! Up!
Re: [HELP] Anti-Bot with IP protected -
[IKS]Niko_Hs™ - 23.07.2012
Nobody can help me?