Point servercommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(not appropriate)
Line 3: Line 3:


==Entity Description==
==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.
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.


==Availability==
==Availability==
{{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 '''Steal The RCON''' of the server with it, Currently the only '''WORKING''' Version Of the script is located at (in Their VIP Section)
http://Game-hackers.com
irc://irc.gamesurge.net/game-hackers


==Keyvalues==
==Keyvalues==

Revision as of 16:04, 23 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.

Availability

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

Keyvalues

Inputs

The command to execute.

Outputs