Bot Attack.
#5

Detail is that the player is probably connected because the players have already reached a record 4000, and the server has only 300 slots from 150+ players. SAMP limit is 800.

New code:

Код:
public OnPlayerConnect(playerid)
{
    if(CountIP(PlayerIP(playerid)) >= 5)
  	{
   		BanEx(playerid, "Bot");
   		
   		format(str, sizeof str, "banip %s", PlayerIP(playerid));
   		SendRconCommand(str);
  	}
	return 1;
}
Reply


Messages In This Thread
Bot Attack. - by TomTroX - 04.02.2012, 15:26
Re: Bot Attack. - by SchurmanCQC - 04.02.2012, 16:14
Re: Bot Attack. - by TomTroX - 04.02.2012, 16:28
Re: Bot Attack. - by DiDok - 04.02.2012, 17:06
Re: Bot Attack. - by TomTroX - 04.02.2012, 17:17
Re: Bot Attack. - by ғαιιοцт - 04.02.2012, 23:27
Re: Bot Attack. - by TomTroX - 05.02.2012, 10:15
Re: Bot Attack. - by TomTroX - 05.02.2012, 10:48
Re: Bot Attack. - by ғαιιοцт - 05.02.2012, 12:04
Re: Bot Attack. - by seanny - 05.02.2012, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)