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: Mysql (
/showthread.php?tid=625714)
Mysql -
Loinal - 05.01.2017
Hi guys, My gamemode based on mysql r39-3 and i need somethings from the latest version r41-2
How to use it? because my gamemode based on r39-3
Re: Mysql -
Eoussama - 05.01.2017
Switch to R42-2
Re: Mysql -
Loinal - 05.01.2017
My gamemode based on R39-3 it will gives me many errors
Re: Mysql -
BroZeus - 05.01.2017
You need to re-script it for latest version no way of using new feature without re-scripting.
Re: Mysql -
Misiur - 05.01.2017
What feature do you need exactly?
-
Loinal - 05.01.2017
I need to make top10 players but it say undefined mysql_fitch .......
and my gamemode based in 39,3
If i need to rescript it how to do that?
Re: Mysql -
Misiur - 05.01.2017
? I don't understand your problem, you don't need any new functionality to do it. Normal query, something like:
Quote:
SELECT id, name FROM users ORDER BY points DESC LIMIT 10
|
Then just iterate through rows and store them in an array or straight up just display