way to stop adverting?
#4

Quote:
Originally Posted by Mo3
Код:
public OnPlayerText(playerid, text[])
{
    if(strfind(text, ".", true) != -1)
    {
	  return 0;
    }
    return 1;
}
Easiest way. Search for Filterscripts instead.
A very bad way. This will block ANY text with dot in it.
Reply


Messages In This Thread
way to stop adverting? - by DiddyBop - 23.12.2009, 18:52
Re: way to stop adverting? - by mamorunl - 23.12.2009, 18:54
Re: way to stop adverting? - by Striker_Moe - 23.12.2009, 18:56
Re: way to stop adverting? - by Correlli - 23.12.2009, 18:57
Re: way to stop adverting? - by Striker_Moe - 23.12.2009, 18:59
Re: way to stop adverting? - by DiddyBop - 23.12.2009, 19:06
Re: way to stop adverting? - by Correlli - 23.12.2009, 19:07
Re: way to stop adverting? - by DiddyBop - 23.12.2009, 19:13
Re: way to stop adverting? - by Niixie - 23.12.2009, 19:15
Re: way to stop adverting? - by BMUK - 23.12.2009, 19:19

Forum Jump:


Users browsing this thread: 2 Guest(s)