17.06.2010, 10:03
Quote:
Originally Posted by (SF)Noobanatior
im guesing HouseCost[InHouse[playerid]] is a intger not a float and in this lies the problem
try Код:
new Float:hc = HouseCost[InHouse[playerid]]; format(str, 128, "%.0f", hc / 2); |