if(strcmp(cmd, "/setskin", true) == 0) { new tmp[256]; tmp = strtok(cmdtext,idx); SetPlayerSkin(playerid,strval(tmp)); return 1; }