23.02.2009, 16:25
floatround(value/2200)
the bold part retruns an integer
you can't round an integer
so just use this:
the bold part retruns an integer
you can't round an integer

so just use this:
Код:
format(string, sizeof(string), "~n~~n~~n~~n~~n~~n~~n~~n~~n~~r~~n~~r~Km/h: ~g~%d ",value/2200);