Use Admin Mod Commands On Dedicated Servers

Admin Mod ignores all input from the dedicated server console unless it is clearly an Admin Command. In order to recognise a command as specifically an Admin Mod command at the dedicated server console the command must be prefixed with the string admin_command .

 

For example to use the admin_help command from a client system you simply type admin_help at the console. On a dedicated server this command would have no effect. In order to use the help command you must type admin_command admin_help.

 

In order to use Admin mod commands in config files to be executed on the server this rule must be followed. This is because config files are simply lists of command to be executed by the server and as such all syntax rules apply equally to the console and config files.