16.08.2016, 17:45
Example:
Код:
new str[10]; if(!sscanf(params, "ui", giveplayerid, level)) { switch(level) { case 1: str = "POLICE 1"; case 2: str = "POLICE 2"; default: str = "POLCIE DEFAULT"; } printf("Replace level %i to %s", level, str); }