[BUG] Bot Attack DoS
#2

pawn Код:
public OnPlayerConnect(playerid) {

new ip[25];
GetPlayerIP(playerid, ip, sizeof(ip));
if(IsPlayerNPC(playerid) && strcmp("127.0.0.1", ip) != 0)Ban(playerid); //ban all npcs not connecting from localhost

return 1;
}
Reply


Messages In This Thread
[BUG] Bot Attack DoS - by LeaveMe - 25.02.2014, 07:02
Re: [BUG] Bot Attack DoS - by d0 - 25.02.2014, 10:48
Re: [BUG] Bot Attack DoS - by LeaveMe - 25.02.2014, 11:02
Re: [BUG] Bot Attack DoS - by landmine - 25.02.2014, 19:31
Re: [BUG] Bot Attack DoS - by LeaveMe - 26.02.2014, 06:56
Re: [BUG] Bot Attack DoS - by LeaveMe - 28.02.2014, 04:08
Re: [BUG] Bot Attack DoS - by GnikLlort - 10.03.2014, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)