26.07.2016, 20:36
A float to a textdraw?
PHP код:
new string[32];
format(string, sizeof string, "%f", 5.5);
TextDrawSetString(textdraw, string);