[MySQL] Top 10 Players
#1

Hi,

I have a problem. Making a top 10 player with mysql. Already created a query but what's next? Please help, this is my request.

Code:
   format(query, sizeof(query), "SELECT `Name`, `Exp` FROM `players` ORDER BY `Exp` DESC LIMIT 10");
    mysql_query(query);
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=269875
https://sampforum.blast.hk/showthread.php?tid=282052
https://sampforum.blast.hk/showthread.php?tid=273787

There are some examples.
Reply
#3

thx TheKiller.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)