concommand.Add
Example
Adds a concommand killyourself
which will kill the user.
Example
A concommand that prints the SteamID and nickname of every player on the server.
Example
A simple autocomplete example.
Output:
Creates a console command that runs a function in lua with optional autocompletion function and help text.
This cannot be a name of existing console command or console variable. It will silently fail if it is.
This only properly works on the client since it is not networked.
Adds a concommand killyourself
which will kill the user.
A concommand that prints the SteamID and nickname of every player on the server.
A simple autocomplete example.