Kick automatic
#2

Код:
if(strfind(GetPlayerNameEx(playerid), "[", false) != -1 && strfind(GetPlayerNameEx(playerid), "]", false) != -1)
{
  Kick(playerid);
}
Код:
stock GetPlayerNameEx(playerid)
{
  GetPlayerName(playerid,string,24);
  return string;
}
Try this.
Reply


Messages In This Thread
Kick automatic - by spyware· - 13.02.2010, 19:23
Re: Kick automatic - by Eazy_Efolife - 13.02.2010, 19:26
Re: Kick automatic - by spyware· - 13.02.2010, 19:30
Re: Kick automatic - by Eazy_Efolife - 13.02.2010, 19:31
Re: Kick automatic - by spyware· - 13.02.2010, 19:34
Re: Kick automatic - by Eazy_Efolife - 13.02.2010, 19:35
Re: Kick automatic - by spyware· - 13.02.2010, 19:38
Re: Kick automatic - by Eazy_Efolife - 13.02.2010, 19:38
Re: Kick automatic - by spyware· - 13.02.2010, 19:43
Re: Kick automatic - by Eazy_Efolife - 13.02.2010, 19:45

Forum Jump:


Users browsing this thread: 5 Guest(s)