18.09.2016, 04:50
PHP код:
if(strfind(text, "php", true) || strfind(text, "html", true) != -1) //so on...
{
Error(playerid, "text not allowed.");
return false;
}
ignore the identation,it's okay on my script,not on this forum