03.04.2018, 12:41
Код:
cmd:set(playerid, params[]) { new string[30]; if(sscanf(params, "s[30]", string)) return ... if(strcmp(string, "pm", true) == 0) { // {...} } else if(strcmp(string, "reporter", true) == 0) { // {...} } else if(strcmp(string, "lixeiro", true) == 0) { // {...} } return true; }