29.09.2013, 11:07
Well, with SQL will be very easy! You'll only need to execute a query and get the data in order to print them.
With files, you'll need to overwrite to a file over and over again if someone gets more score than those players are in the top 15.
pawn Код:
SELECT score, name FROM table ORDER BY score DESC LIMIT 15