SA-MP Forums Archive
I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) (/showthread.php?tid=567336)



I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) - arititlez - 13.03.2015

How to make this. because i'm not change Version SQL


AW: I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) - Kaliber - 13.03.2015

Sth like this:

Код:
SELECT `Name`,`Score` FROM `user` ORDER BY `Score` LIMIT 5
Greekz


Re: I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) - arititlez - 16.03.2015

pump


Re: I need to show score (Level) TOP 5 In Server (SQL a_samp_mysql) - arititlez - 16.03.2015

Example Code plz.