ID:172601
Apr 19 2004, 11:43 am
|
|
How can I make a ranking system? Like a sign that will open a page that has second to second updates on a stat of players. So like lets say the level of everyone thats ever played, how can I keep an updated record of the ammounts people have, no matter what time it is, its always updated.
|
Apr 20 2004, 6:33 am
|
|
Cant anyone help?
|
So I guess that no one has any way to help me. Well if this is impossible on BYOND, they should make it possible.
|
In response to Metroid
|
|
id help but all i have to say is. look in the libray lol
|
In response to Goddz
|
|
I'm a newb myself so I'm not sure, but maybe you could have a proc that updates some kind of site or something using sleep()
|
Metroid wrote:
How can I make a ranking system? Like a sign that will open a page that has second to second updates on a stat of players. So like lets say the level of everyone thats ever played, how can I keep an updated record of the ammounts people have, no matter what time it is, its always updated. There's a snag with this: BYOND has no mechanism for the client to tell the server which windows are open and need updating. Or, if a page displays in the main browser control, it then can't tell whether the page is showing. And, if a new browse() is sent, the browser window will try to take over. I agree there should be some mechanism for dealing with this. I think adding a new value to browse()'s second argument might alleviate some of this problem. Lummox JR |
In response to Lummox JR
|
|
So theres not really a way to make a ranking system for lets say the max level or something?
|
In response to Metroid
|
|
Metroid wrote:
So theres not really a way to make a ranking system for lets say the max level or something? Making a ranking system is perfectly possible; it's the means you wanted to display it that isn't. Lummox JR |
In response to Lummox JR
|
|
what about the built in ranking system? the one you can check off in the publish games section? I don't know how it works, but I think you could use it..
|
In response to Lummox JR
|
|
Lummox JR wrote:
Metroid wrote: Then how can I make one in general, maybe that updates everytime it can or something? Like maybe when someone logs off it updates the place with the person's new value for it? |
In response to DarkCampainger
|
|
I want something like a sign that when you go up to it, it says it from the last point they logged off or something i guess, since i cant have it always updated. Any help?
|