The online racing simulator
How to show how much time you did from 0 to 100 km/h ?
Good morning! Smile
It is someone here who has an idea how to do that?
Thanks Smile
here's the code i got from LFSLapper sourcecode(C#).
I think its a nice example to show the acceleration time.

// acceleration1
if (speed < 0.1)
{
this.timeSinceZeroSpeed = System.DateTime.Now;
this.accelerationInProgress = true;
}
else if (speed > 100 && this.accelerationInProgress)
{
this.accelerationTime = System.DateTime.Now - this.timeSinceZeroSpeed;
this.accelerationInProgress = false;
this.accelerationTimeValid = true;
}

Can i have this file please? I want more documentation Omg omg omg

FGED GREDG RDFGDR GSFDG