14.06.2010, 18:12
If you're interested in using that in format. Use %.1f where 1 is the amount of decimals.
For Example:
Result = 52.35
For Example:
Код:
new Float:x = 52.352661, string[64]; format(string, 64, "x = %.2f", x);