public OnPlayerText(playerid, text[]){ if(!strcmp(text, "hey", true)) { SendClientMessage(playerid, 0xFFFFFFAA, "Message here"); }}