25.05.2015, 16:36
This wouldnt be correct, since by default floatround rounds to the nearest integer, so 1.5 would be rounded upwards to 2. To get just the integer portion and discard the mantissa, pass floatround_tozero as the second argument, like so
Code:
floatround(Time[playerid]/60, floatround_tozero)