3rd Party Libraries
Recent Additions
Handles Parser
Discord
console
ConCmd
File
ConCmd
Last Updated
2007-04-27
Created At
2007-02-16
Called when a generic console command is invoked.
Action
(
int
client
,
int
args
)
Parameters
int
client
Index of the client, or 0 from the server.
int
args
Number of arguments that were in the argument string.
Return Value
Action
An Action value. Not handling the command means that Source will report it as "not found."