Main Page
Manuals
Lua Docs
Getting Started
Tutorials
About
FAQ
Info
Screenshots
Videos
Return to Main Docs Page
engine.ClientCmd
Used by the engine to run a console command on a client-side. This will work only on client allowed commands and convars.
engine
.
ClientCmd
(
string
cmd
)
Arguments:
1)
string
cmd
Command to run.
Example:
engine.ClientCmd
(
"Kill"
)