Sorting the playerList!

Options
Hello, all!
I'm interested in the ability to sort the list of players.
can be found on the detail?

Comments

  • iHaveReturnd
    Options
    What are you trying to sort them by?

    From my (limited) experience the player list always increases by ID when new players join, so they always have unique IDs. If you wanted to sort them alphabetically by stored name you could just go through the array that stores their names and use their player ID as the index in a new sorted array.

    Sorry if that's not much help, but adding more detail to your question would help too.