Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "localcmd"

From Quake Wiki

(New page: == Function: localcmd == void localcmd (string text) text = text of the command, ended by \ (newline). Execute a command on the server, as if it had been typed on the server's ...)
 
m (Move page script moved page Localcmd to localcmd: Fixing the case)
(No difference)

Revision as of 16:22, 29 March 2013

Function: localcmd

void localcmd (string text)

      text = text of the command, ended by \
(newline).

Execute a command on the server, as if it had been typed on the server's console.

Examples:

  localcmd("restart\

"); // restart the level

  localcmd("teamplay 1\

"); // set deathmatch mode to teamplay

  localcmd("killserver\

"); // poor server...