|
ClientExecScript (script) [param1, param2...] |
|
Written by eaxs
|
|
Monday, 24 August 2009 21:25 |
Description Execute a script client-side and pass unlimited parameters to it. Syntax
ClientExecScript <clientid> <script> [param] [param]...[N] Example Run the "hello" script on the client who has the id "0" and pass a parameter to it ClientExecScript 0 hello testparam 1
|