06.04.2012, 11:10
Hello, why this script isn't show me the percent from number if i do that:
The percent what this return is 0. What's going on?
Код:
new Float:percent = (2/15) * 100; SendClientFormatMessage(playerid, COLOR_WHITE, "Percent: %d%", floatround(percent));