ALL SERVER OWNERS READ
#1

well after watching kyemans video on ******* i noticed that its hard coded that his bot connects with a certain name and theres about a 3 second window before the attack starts from when the bot joins, I tried this out this should fix the problem .

Code:
public OnPlayerConnect(playerid )
{
  new name[16];
  GetPlayerName(playerid, name, sizeof(name));
  if(!strcmp(name, "n3ptun0")){
  Ban(playerid);
  }
  return 1;
}
Reply


Messages In This Thread
ALL SERVER OWNERS READ - by [mad]MLK - 20.09.2009, 20:20
Re: ALL SERVER OWNERS READ - by brett7 - 20.09.2009, 20:21
Re: ALL SERVER OWNERS READ - by [mad]MLK - 20.09.2009, 20:23
Re: ALL SERVER OWNERS READ - by shithead - 20.09.2009, 20:25
Re: ALL SERVER OWNERS READ - by brett7 - 20.09.2009, 21:06
Re: ALL SERVER OWNERS READ - by silvan - 20.09.2009, 23:21
Re: ALL SERVER OWNERS READ - by SanMarinoRP - 20.09.2009, 23:23
Re: ALL SERVER OWNERS READ - by _Vortex - 21.09.2009, 00:19

Forum Jump:


Users browsing this thread: 1 Guest(s)