Point servercommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 5: Line 5:
An entity that issues commands to the server console. It's used by simply placing it in a map and triggering the Command input, the parameter override should be the exact console command to run.
An entity that issues commands to the server console. It's used by simply placing it in a map and triggering the Command input, the parameter override should be the exact console command to run.


'''This entity can corrupt the vmf file if you don't use it properly.''' If your map crashes when you open it, this could be the problem. Open the vmf file in notepad and press Ctrl+F and search for command and remove that line. --[[User:Acegikmo|Acegikmo]] 10:59, 25 Jul 2008 (PDT)
'''This entity can corrupt the vmf file if you don't use it properly.''' If your map crashes when you open it, this could be the problem. Open the vmf file in notepad and press Ctrl+F. Search for command and remove that line. --[[User:Acegikmo|Acegikmo]] 10:59, 25 Jul 2008 (PDT)


==Availability==
==Availability==

Revision as of 11:01, 25 July 2008

Template:Wrongtitle Template:Base point

Entity Description

An entity that issues commands to the server console. It's used by simply placing it in a map and triggering the Command input, the parameter override should be the exact console command to run.

This entity can corrupt the vmf file if you don't use it properly. If your map crashes when you open it, this could be the problem. Open the vmf file in notepad and press Ctrl+F. Search for command and remove that line. --Acegikmo 10:59, 25 Jul 2008 (PDT)

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

Inputs

The command to execute.

Outputs