ID:172848
Mar 19 2004, 7:54 pm
|
|
ive seen on some sites a thing that says the server statues of there game cna someoen tell me howto do that?
|
Mar 19 2004, 8:23 pm
|
|
'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 |