15.08.2012, 13:32
pawn Код:
}
if(strcmp(choice,"desarmador",true) == 0){
if(Info[playerid][pMats] >= 1000){
price = 1000;
weapon = 1;
Info[playerid][pMats] -1000;// creo que debes agregarle esto :D
}
else return SendClientMessageEx(playerid,COLOR_GREY,"No tienes suficientes materiales para crear esto!");