ID:158870
![]() Jun 18 2009, 7:34 am
|
|
Pretty much what i am wondering is how to do a scoreboard, so that i can like sya for instance put in the browser place, the top 10 players? i have been working and trying alot of things but i cannot figure out how to make it overall players not just online players. Any help?
|
![]() Jun 18 2009, 7:53 am
|
|
Did you bother to check out the resource section http://www.byond.com/members/?command=search&type=resources ?
|
You'll need to use a savefile for that. Simplest thing is just to keep a list and save it when it changes, and load it when you start up the world.
var/const/MAXSCORES = 10 |