12.03.2015, 09:35
For this you must use MySQL or SQLite
You must order the data in the query like this:
Then you get the Name and the time from the player, who has the biggest value there
For more examples you can use ****** or try this page: http://www.w3schools.com/sql/sql_orderby.asp
Greekz
You must order the data in the query like this:
Код:
"SELECT `Name`,`time` FROM `player` ORDER BY `time` LIMIT 1"
For more examples you can use ****** or try this page: http://www.w3schools.com/sql/sql_orderby.asp
Greekz