04.11.2009, 15:00
Quote:
Originally Posted by ◄[DirtyDutch
αятιχ► ]
Nice one dude but like someone asked before: Would it be possible to make it to Meters ? /Artix |
And when you know this, you can easily modify this yourself.
pawn Код:
format(Str, sizeof(Str),"Distance Traveled: ~y~%d ft", Distance[i]);
If I'm not totally wrong, all you need to do is changing that to:
pawn Код:
format(Str, sizeof(Str),"Distance Traveled: ~y~%d m", (Distance[i]*0.3048));
pawn Код:
format(Str, sizeof(Str),"Distance Traveled: ~y~%d km", ((Distance[i]*0.3048)/1000));
EDIT:
Quote:
Originally Posted by E-Max
Maybe add too km/h ?
|
And there you go, km/h