09.10.2010, 08:34
indeed actually
.. haven't thought of this...
instead of:
add:

instead of:
Код:
format(string, sizeof(string), "%s's position: %f, %f, %f", name, x, y, z);
Код:
floatround(x, floatround_round); floatround(y, floatround_round); floatround(z, floatround_round); format(string, sizeof(string), "%s's positions: %.0f, %.0f, %.0f", name, x, y, z);