Help For Top Player Mysql R41+
#1

How to create top player like, money,score with dialog.


Thanks Before.
Reply
#2

Which saving system are you using? Give us more info.
Reply
#3

I using mysql R1-4 sir, can u help me?
Reply
#4

Code:
 "SELECT money FROM accounts ORDERBY money DESC LIMIT 30;"
This is the query, you can set limit like how many players you want to display. 30 would be enough.
Reply
#5

Quote:
Originally Posted by SiaReyes
View Post
Code:
 "SELECT money FROM accounts ORDERBY money DESC LIMIT 30;"
This is the query, you can set limit like how many players you want to display. 30 would be enough.
And how to add, PlayerName [ValueMoney] in dialog?
Reply
#6

it should be like somehow like this.

"SELECT playername, money FROM accounts ......"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)