SA-MP Forums Archive
sort by size - 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: sort by size (/showthread.php?tid=332875)



sort by size - nemanjatesic - 09.04.2012

I need functions what will sort by size(if functions exicting) i won't to create for example:
new Thing1;
new Thing2;
new Thing3;
new Thing4;
new Thing5;



1.Thing3 rating 36
2.Thing2 rating 35
3.Thing1 rating 24
4.Thing5 rating 20
5.Thing4 rating 18


Re: sort by size - nemanjatesic - 09.04.2012

BUMMM


Re: sort by size - ViniBorn - 09.04.2012

random ?


Re: sort by size - nemanjatesic - 09.04.2012

sort like
8,2,24,13,2,5,6
to
24,13,8,6,5,2,2