SA-MP Forums Archive
how to sort array? - 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: how to sort array? (/showthread.php?tid=311112)



how to sort array? - jamesbond007 - 15.01.2012

from lowest to highest?

i looked in wiki but they dont explain how to do it..

like sort() in php


Re: how to sort array? - JamesC - 15.01.2012

You can either rewrite a sorting algorithm of your choice in pawn or use quickSort by RyDeR`.


Re: how to sort array? - jamesbond007 - 15.01.2012

yes thanks... actually i wrote my own version lol