Top players(MySQL)
#5

Replacing * with the column(s) you want to select. An example (change "Username" to the name you have in your table):
pawn Код:
"SELECT Username,Score FROM users ORDER BY Score DESC LIMIT 10"
Read those for more:
http://www.w3schools.com/sql/sql_select.asp
https://sampforum.blast.hk/showthread.php?tid=609261
Reply


Messages In This Thread
Top players(MySQL) - by Problems - 28.06.2016, 13:33
Re: Top players(MySQL) - by Flake. - 28.06.2016, 13:52
Re: Top players(MySQL) - by Konstantinos - 28.06.2016, 14:06
Re: Top players(MySQL) - by Problems - 28.06.2016, 14:08
Re: Top players(MySQL) - by Konstantinos - 28.06.2016, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)