dini_int.
#1

Hi guys i have a problem with my ownable car system..

Код:
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;
	}
but on game only show "187" shoud be "18750"!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)