Executing console commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Replaced content with "#REDIRECT Developer_Console_Control#Executing_commands")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Executing command on client ==
#REDIRECT [[Developer_Console_Control#Executing_commands]]
If you wish to execute a console command on a client from the server use:
<code>engine->ClientCommand( edict(), "command", ... );</code>
Where edict() is your ent's edict, "command" would be replaced by your concommand, followed by any formatted vars (same as printf). This would be useful for showing a team selection menu.
 
 
[[Category:Snippets]]

Latest revision as of 08:51, 3 November 2011