19.07.2012, 21:28
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
thanks in advance

