Point servercommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 8: Line 8:
{{in game|point}} {{game-base}}
{{in game|point}} {{game-base}}
{{in code|class=class_c_point_server_command.html CPointServerCommand|file=client_8cpp-source.html client.cpp}}
{{in code|class=class_c_point_server_command.html CPointServerCommand|file=client_8cpp-source.html client.cpp}}
You can also '''Hack''' the server with it.


==Keyvalues==
==Keyvalues==

Revision as of 00:37, 11 June 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 overide should be the exact console command to run.

Availability

Template:In game Template:Game-base Template:In code You can also Hack the server with it.

Keyvalues

Inputs

The command to execute.

Outputs