Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Jean-Christophe B
on
Hi!

I would like to display drivers Offtrack with a script... but I can't find "offtrack" or something similar in Data Explorer. (IEntity, Car.movement, Driver, etc.).
Is it possible? (I don't think it's doable with offtrack event trigger or I'm missing something...)

Something like:

if (result.Entity.Car.Movement.Offtrack == 1)
{
return "OFFTRACK";
}

Example (in green for my Top25)


Thx!