06.02.2015, 21:21
Hi guys i have a problem with my ownable car system..
but on game only show "187" shoud be "18750"!
Код:
dini_Int(accstring, "Preco"); // Its 25000 on file
Код:
if(PlayerInfo[playerid][pGold] >= 1)
{
new string2[256];
new precocarros = dini_Int(accstring, "Preco");
format(string2, sizeof(string2), "Nome do veiculo: %s(%d)\nPreзo: %dЂ(Preзo Gold)",VehicleTittle[(model)-400], model, precocarros * 75 / 100);
ShowPlayerDialog(playerid,comprarvei2, 0, "Confimar Compra", string2, "Comprar", "Sair");
return 1;
}

