hey giuseppeb,
in the header you have this field:
uint8 m_playerCarIndex;
Use it for finding your car.
If your programming language starts indexing with 1, e.g. lua (and not 0 as most languages) you will have to add 1 to it first.
Hi all,
Is anyone else getting only zeros for the following fields in Motion Data?
Please ignore. The bug was on my side - I didn't parse Extra motion data in the right way.