The Iron Wolf
Registered
You do not need to sort by position. Just check rf2scoring.mscoringinfo.mnumvehicles. it contains number of updated vehicles. To save couple of picosecond. I don't clear buffer past active,as you noticedIs there a way to know that some rF2Scoring.vehicels array position is actually a leftover after some position before it was removed from server? Because I see now if I boot some AI from server the one after it in rF2Scoring.vehicels array jumps in upper position, but leaves copy of its data in old position. So now I have 2 same drivers in that array and no way to tell which one is live and which one is old data leftover?
UPD. Sorry was not thinking straight. The answer appears to be sort by position and show only mNumVehicles drivers.
Check the monitor app it shows pretty much everything you need to do to read this stuff.
Mimd me asking what are you trying to do?
Let me know if you have questions.