28.03.2011, 22:03
Hi can anyone give me an idea on how to make an anti IP and .com...
I tried to search but failed
I tried to search but failed
![angry](images/smilies/mad.png)
public OnPlayerText(playerid, text[])
{
if(strfind(text,"rcon",true)!= -1||strfind(text,".com",true)!= -1||strfind(text,".org",true)!= -1)
{
return 0;
}
return 1;
}