View Single Post
Plugin Info:     Modification:          Category:          Approver:   SniperBeamer (61)
cgountanis
Guest
Old 03-29-2004 , 10:08   Execute Client Commands (exec_client)
Reply With Quote #1

/*
*
* COMMANDS:
* - amx_xclient //run console command on client
*
* *For name for example if the name is DynAstY you can type in console "amx_xclient Dy" and it will do the trick as long as there are not two names starting with Dy.
*
*/


ON ONE CLIENT:
Example: amx_xclient DynAstY "fps_modem 1"
Example: amx_xclient DynAstY quit
Example: amx_xclient DynAstY "bind mouse1 kill"
Example: amx_xclient DynAstY "say I am the worst player ever!"

ON ALL CLIENTS:
Example: amx_xclient * "say This is the best server EVER!"
Example: amx_xclient * quit
Attached Files
File Type: sma Get Plugin or Get Source (client_exec.sma - 8565 views - 1.2 KB)