Jump to content

Player Top


enzopaul4

Recommended Posts

As you're not giving more infos on your database structure here is how I would do it:

local top_players = databaseQueryRaw( "SELECT * FROM `player` ORDER BY `money` ASC;" )

That will give you a table with all players data ordered by their money value.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...