25.10.2012, 22:08
Adding to the above post, it's floatstr()
prints out
pawn Код:
new string[7] = "345.534"
printf("%f", floatstr(string));
Код:
345.534