Return to Main Docs Page

engine.ClientCmd

NewerClient.png 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")