if(!strcmp(cmdtext, "/example", true)) { SendClientMessageToAll(0xDEEE20FF, "Somebody was typed /example"); ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "HEADER", "TEXT HERE", "OK", "Cancle"); return 1; }