16.06.2010, 18:00
HouseCost[InHouse[playerid]] is 35
that:
printing 17
and that
printing 0.00000
what is the problem here?
that:
Код:
format(str,128,"%d",HouseCost[InHouse[playerid]]/2);
and that
Код:
format(str,128,"%f",HouseCost[InHouse[playerid]]/2);
what is the problem here?