06.04.2014, 02:51
Try this:
Код:
CMD:stats(playerid, params[]) { new ID; if(sscanf(params, "u", ID)) { // his own stats } else { // with id } return 1; }