Point servercommand: Difference between revisions
Jump to navigation
Jump to search
Confirm:Any ConCommands/ConVars that aren't cheat flagged or hidden can be used.
Note:Due to a high risk of abuse, it is gated by the sv_allow_point_servercommand console variable. (only in
) (also in
)
Note:In
Garry's Mod , due to abuse, the point_servercommand and point_clientcommand is removed.
Workaround:Use lua_run RunConsoleCommand('command')
MyGamepedia (talk | contribs) No edit summary |
SirYodaJedi (talk | contribs) m (→ConVars: Not tf2/bms exclusive; dod:s has it) |
||
Line 15: | Line 15: | ||
{{varcom|start}} | {{varcom|start}} | ||
{{varcom| | {{varcom|sv_allow_point_servercommand|"official"{{tf2}} | ||
"always"{{bms}} | "always"{{bms}} | ||
Line 24: | Line 24: | ||
}} | }} | ||
{{varcom|end}} | {{varcom|end}} | ||
== See also == | == See also == |
Revision as of 20:06, 23 June 2024
![]() |
---|
CPointServerCommand |
![]() |
point_servercommand
is a point available in all Source games. It 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.







Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- Command <string >
- Command to execute.
Fix:Remove the string argument manually with a text editor.