• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] How does one make a top5 ranking?
#2
If you're using sql, You can use SELECT and ORDER BY clauses to fetch the results from database. For example,
Code:
SELECT username, kills FROM `users` ORDER BY kills DESC LIMIT 5
[Image: QIDa2vB.png]

  Reply


Messages In This Thread
How does one make a top5 ranking? - by Z3fRaN - 2021-04-26, 11:04 PM
RE: How does one make a top5 ranking? - by Snow - 2021-04-27, 07:18 AM
RE: How does one make a top5 ranking? - by Awide - 2021-04-27, 03:57 PM

Forum Jump: