public OnPlayerText(playerid, text[]){ if(strfind(text, "What are the commands?")) { SendClientMessage(playerid, COLOR_WHITE, "The commands are..."); return 0; } return 1;}