
11-16-2014, 10:54 AM
|
|
Registered User
|
Join Date: Sep 2014
Posts: 47
|
|
|
Couldn't you just like, use SQL, have a database with each player + their scores, update the player entry and build the scoreboard using something like
SELECT * FROM myTable ORDER BY Stat_Blah ASC LIMIT 25
? |
|
|
|