SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=549346)



Help - BlackEvils - 06.12.2014

Hi all today im trying to make a gang system with ranks gangpoints and more...

i want make a top 10 gangs who can give me some code?


Re: Help - Raweresh - 06.12.2014

I think it's possible only in MySQL, so:
Код:
SELECT NAME,LEADER,WIN_WARS FROM GANGS ORDER BY WIN_WARS DESC LIMIT 10
It's code from my gamemode.


Re: Help - SequenceCuz - 06.12.2014

Quote:
Originally Posted by Raweresh
Посмотреть сообщение
I thin it's possible only in MySQL, so:
Код:
SELECT NAME,LEADER,WIN_WARS FROM GANGS ORDER BY WIN_WARS DESC LIMIT 10
It's code from my gamemode.
you fuckin so wronggg

and command and anything can be done without fuckin my sql

i done this before and still improving my gamemode to the best and now it is



******


Re: Help - Raweresh - 06.12.2014

Calm down, MySQL is still better and easier then files and you can't change that.


Re: Help - BlackEvils - 06.12.2014

Put an script of top gangs


Re: Help - BlackEvils - 06.12.2014

Some one have?