08.03.2012, 15:02
Quote:
The parameter is the amount of time it should take to complete the move. I still don't understand though, could you give me an example?
|
pawn Код:
new Float:Distance = GetDistanceBetweenPoints();
new const TimeForUnit = 500;
new Time = floatround(TimeForUnit*Distance);