[Include] [INC] Distance Traveled
#14

Quote:
Originally Posted by ◄[DirtyDutch
αятιχ► ]
Nice one dude but like someone asked before:
Would it be possible to make it to Meters ?

/Artix
According to ****** "1 foot = 0.3048 meters"
And when you know this, you can easily modify this yourself.

pawn Код:
format(Str, sizeof(Str),"Distance Traveled: ~y~%d ft", Distance[i]);
You see this line?
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));
If you want KM, just do

pawn Код:
format(Str, sizeof(Str),"Distance Traveled: ~y~%d km", ((Distance[i]*0.3048)/1000));
Sorry if this is totally wrong, but I believe this would work.


EDIT:
Quote:
Originally Posted by E-Max
Maybe add too km/h ?
If my code above work, you just have to set a timer to check how far you have driven in like 1000ms (1second) then multiply it with 3600 to get hours.
And there you go, km/h
Reply


Messages In This Thread
[INC] Distance Traveled - by StrickenKid - 16.08.2009, 21:14
Re: [INC] Distance Traveled - by Takumi.WS - 16.08.2009, 21:22
Re: [INC] Distance Traveled - by Fj0rtizFredde - 16.08.2009, 21:31
Re: [INC] Distance Traveled - by Google63 - 16.08.2009, 21:33
Re: [INC] Distance Traveled - by kavkus - 16.08.2009, 23:08
Re: [INC] Distance Traveled - by StrickenKid - 17.08.2009, 15:03
Re: [INC] Distance Traveled - by Eazy_Efolife - 17.08.2009, 15:07
Re: [INC] Distance Traveled - by XtremeChio - 17.08.2009, 15:08
Re: [INC] Distance Traveled - by Maniek - 17.08.2009, 15:26
Re: [INC] Distance Traveled - by DauerDicht - 17.08.2009, 17:46
Re: [INC] Distance Traveled - by StrickenKid - 24.08.2009, 02:52
Re: [INC] Distance Traveled - by Doppeyy - 27.08.2009, 12:34
Re: [INC] Distance Traveled - by James_Alex - 27.08.2009, 12:42
Re: [INC] Distance Traveled - by LarzI - 04.11.2009, 15:00
Re: [INC] Distance Traveled - by Striker_Moe - 04.11.2009, 15:27
Re: [INC] Distance Traveled - by RoamPT - 04.11.2009, 18:36
Re: [INC] Distance Traveled - by DiddyBop - 12.12.2009, 05:18
Re: [INC] Distance Traveled - by Abernethy - 12.12.2009, 05:25
Re: [INC] Distance Traveled - by rom1-84 - 09.06.2010, 11:46
Re: [INC] Distance Traveled - by alpha500delta - 09.06.2010, 14:08
Re: [INC] Distance Traveled - by UnHead - 09.06.2010, 14:53
Re: [INC] Distance Traveled - by alpha500delta - 09.06.2010, 16:15
Re: [INC] Distance Traveled - by IstuntmanI - 09.06.2010, 16:58
Re: [INC] Distance Traveled - by ABlankoC - 09.06.2010, 19:44
Re: [INC] Distance Traveled - by alpha500delta - 10.06.2010, 10:54
Re: [INC] Distance Traveled - by IchNar - 01.09.2017, 05:24
Respuesta: Re: [INC] Distance Traveled - by SammyJ - 01.09.2017, 13:26
Re: [INC] Distance Traveled - by SetPlayerNameTag - 02.09.2017, 23:30

Forum Jump:


Users browsing this thread: 2 Guest(s)