11.02.2013, 07:24
Quote:
Create a new float variable and assign the value as 0.1, then keep SellPrice as a float and do the equation that way.
|
pawn Код:
new Float:multi;
multi = 0.1;
new Float:SellPrice = AHouseData[HouseID][HousePrice] * multi;
return floatround(SellPrice);