20.11.2010, 17:19
https://sampwiki.blast.hk/wiki/Strfind
pawn Код:
public OnPlayerText(playerid, text[]) {
if(strfind(text, "/q", true) != -1)
{
SendClientMessage(playerid, 0xFFFFFFFF, "you sir are a moron");
}
}