01.10.2018, 20:56
The include does not provide ORDER BY clause and there is lack of documentation too. It is more complex than using default sa-mp natives and get the job done.
MAX returns the highest value on cash, you need to select the columns you want (name, cash) and order it by highest (DESC).
If you search "samp sqlite top 10", you can find many threads.
MAX returns the highest value on cash, you need to select the columns you want (name, cash) and order it by highest (DESC).
If you search "samp sqlite top 10", you can find many threads.