ID:172848
 
ive seen on some sites a thing that says the server statues of there game cna someoen tell me howto do that?
'Tis the world/status variable, look it up in the help file. All you have to do is set it to an appropriate text string.
Chrisshehu wrote:
ive seen on some sites a thing that says the server statues of there game cna someoen tell me howto do that?

Well you need world.status to be set to something meaningful first. If your game already does that, great. If not, you should write a proc that updates it with new information, and call it whenever anything important happens like a new game or a player logging out.

I'm not sure if that's all you meant, or if you meant an actual Web site besides BYOND displaying that info. If the latter, then I've posted PHP scripts on the forum that will do the trick.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
If the latter, then I've posted PHP scripts on the forum that will do the trick.

[link], to be precise. (Nice script by the way, I should get around to using it at some point. =) )