[Help]Printing/Getting lap time.
#9

Time[playerid] + 0.2
this will not work as you created it as a variable / integer thought it should be a float
so instead of
pawn Код:
new Time[MAX_PLAYERS]; //We will use this to save our time
use
pawn Код:
new Float:Time[MAX_PLAYERS]; //We will use this to save our time !! better :)
EDIT: now seen Leonardo's Code which is good one using no timer
Reply


Messages In This Thread
[Help]Printing/Getting lap time. - by Ronaldo_raul™ - 12.07.2012, 12:45
Re: [Help]Printing/Getting lap time. - by clarencecuzz - 12.07.2012, 12:57
Re: [Help]Printing/Getting lap time. - by Ronaldo_raul™ - 13.07.2012, 16:41
Re: [Help]Printing/Getting lap time. - by Roko_foko - 13.07.2012, 16:44
Re: [Help]Printing/Getting lap time. - by Ronaldo_raul™ - 13.07.2012, 17:15
Re: [Help]Printing/Getting lap time. - by Ronaldo_raul™ - 14.07.2012, 17:18
Re: [Help]Printing/Getting lap time. - by leonardo1434 - 14.07.2012, 18:24
Re: [Help]Printing/Getting lap time. - by Ronaldo_raul™ - 15.07.2012, 07:51
Re: [Help]Printing/Getting lap time. - by Niko_boy - 15.07.2012, 08:00
Re: [Help]Printing/Getting lap time. - by Ronaldo_raul™ - 15.07.2012, 09:35

Forum Jump:


Users browsing this thread: 3 Guest(s)