10.07.2010, 13:44
How do I make it so if someone says like "go to /q" it does not send the whole chat line if /q is next to each other in a sentence.
if(strfind("text", "/q", true) != -1)
{
SendClientMessage(playerid,ADMIN_RED,"You Sir are a moron!");
return 1;
}