if(strcmp(cmdtext, "/av", true) == 0) { new string[128]; if(sscanf(cmdtext, "s[128]", string)) return 1; SendClientMessageToAll(-1, string); return 1; }