23.04.2014, 18:40
Hardly possible. It can be done but it isn't at all viable since it will be slow, tedious and prone to errors. Every time some variable changes you'd have to open a file, read all the values, insert the new value, sort it all and then write it to the file again. And that's assuming that you have a file for each "toplist" you want to show. Otherwise you'd have to open each and every player file (which can be in the thousands) to look for the value. Stupid.