hi folks, i've got my working leaderboard which counts up and notices when a player leaves etc. so im sitiing here for the last 3 hours trying to figure out how i can sort my leaderboard ascendent for example the one with the most kills is in row 1, next row 2 etc.
I know there are 2 kind of sort actions for the leaderboard (Set Leaderboard Item Sort Order/Set Leaderboard Sort Column) but i don't figure out how to use them to get my leaderboard into the right order - without doing a huge amount of trigger variable stuff - there must be an easy way or not?
hi folks, i've got my working leaderboard which counts up and notices when a player leaves etc. so im sitiing here for the last 3 hours trying to figure out how i can sort my leaderboard ascendent for example the one with the most kills is in row 1, next row 2 etc.
I know there are 2 kind of sort actions for the leaderboard (Set Leaderboard Item Sort Order/Set Leaderboard Sort Column) but i don't figure out how to use them to get my leaderboard into the right order - without doing a huge amount of trigger variable stuff - there must be an easy way or not?
thanx for any helps
okay i figured it out allready alone :o
for everybody that doesn't know it:
In your trigger that sorts your leaderboard you have to do an action before sorting the leaderboard.
its called:
Enable/Disable Leaderboard State
you set it to
Enable Sorting state for YOUR LEADERBOARD for (Active Players)
this works just finde for me :)