I need to build a table(scoreboard) from the data given on the server and sort them out in the order of highest to lowest.
Search the community for high score or leader board, you should find your answer
1 Like
are you using a MySQL database?
use the ORDER BY clause
Taifun
2 Likes