Console

by Qwerty2029
A console-style administration/server management system. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Qwerty2029.Console##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Qwerty2029.Console##version=1

207 downloads
Version 1.0
Date added: Jan 29 2006
Last updated: Jul 29 2009
0 fans
(from Info.dm)

Console is an add-on to allow server hosts and administrators to execute commands, console style.
The purpose of this is to try to keep away from nasty GUIs or anything-visible-on-your-screen systems. I
believe this will improve how game administrators and hosts behave. If not, it's just a cool thing to
try out. =)
Some standard commands are already implemented, but you can always customize.
This is sort-of like Half-Life style. The "sv_" prefix affects server-side variables. The "cv_" prefix
affects client-side variables. The "mp_" prefix can affect both.

sv_paused 0/1 - Pauses or unpauses the game. This can be controlled using the c_paused() proc,
which returns the value of sv_paused.

See "Demo.dm" for an example what this library can do for you.