Hello, Im wondering if there is a way to get a whole number only. As Im using floor and distance. Which works, but the person has to pay it. And it is creating some bad numbers to pay.
Say the distance:
_total = (floor(DCV_TaxiStartPos distance DCV_TaxiEndPos)/1000)*100;
though this can return 4.3 or 4.7 and so on.
is there a way to round to the nearest whole number?
Thanks,
DaChevs
*EDIT* WOoooowwww.... -> command round
(SOLVED)