if(strcmp(cmd, "/skin", true) == 0){ if(IsAtClothShop(playerid)) { tmp = strtok(cmdtext, idx); new chosenskin = strval(tmp); SetPlayerSkin(playerid, chosenskin); } else { //do nothing } return 1;}