28.06.2016, 13:33
I know that this code gets the top 10 players,But how shall I put them in a message dialog?
PHP код:
SELECT * FROM `users` ORDER BY `Score` DESC LIMIT 10