Hello,
I'm figuring out how is the best way to sort a Race ranking, but my code is huge and is not working properly, shuffling the results.
Do you can share your knowledge about it, if possible, with a simple CAPX?
The way I did it was, each checkpoint add a Score to the AI and Player. The player and AI can't miss any single checkpoint, if so, he will be teleported to the missing checkpoint to make sure the most accurate score.
So, the bigger score will be sorted to be the first place and them ahead. the problem is when 2 competitors have the same score, them, the second place show empty =
I can't figure out how to implement a best way to achieve it =<
If you care to make a CAPX, please, try to deal with the challenge of 3 single squares running in line, earning points over the time and sorting their ranking.
Thank you in advance.