15.12.2018, 15:16
I think I have an idea for doing that. You have to create a variable for every checkpoint like:
And when the player enters checkpont (OnPlayerEnterCheckpoint) the variable for the checkpoint increases by one!
After that check if the variable equals 0 (noone entered it) than the player is on first place etc.
PHP код:
new places[THE NUMBER OF YOUR CHECKPOINTS];
After that check if the variable equals 0 (noone entered it) than the player is on first place etc.