List something from up to down - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: List something from up to down (
/showthread.php?tid=149098)
List something from up to down -
faloleroy - 20.05.2010
I made a file "ratio.ini"
I opened it, its like
pname kills 123
pname deaths 123
I need to get only where kills > deaths
And list it from the higher to the lower.
is that possible? how?
Re: List something from up to down -
juice.j - 20.05.2010
If you know how to read from a file simply check - as soon as you grapped the respective data - whether your conditions are being met.
It's all PAWN sided tho'.