Hi,
Did someone managed to show the gap between the car in front and behind on a 7-digit siplay (MAX7219) ?
Using PersistentTracker, I get 0 values.
Thanks
Yeah I have been trying to get this to work as well but ACC doesn't appear to be sharing this data.
Does anyone have any idea how you can display the gap to driver ahead and behind ?
I managed to get some results with the function GapToPlayer(raceposition) or GapToLeader.
It seems like ACC share this datas. To work with them I combined with the function isplayer (race position). That return True if yes. Then I can get my position in the race. I need to make more tries but it seems promising.
Great to hear you have managed to get it working.
Any chance you could share your function as I am no expert in this and trying to learn how create this type of query.
Thanks