(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.
ID:295923
Jan 29 2006, 10:00 pm
|
|