Es regclientcmd
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xregclientcmd [edit] DescriptionRegisters a client command that will initiate the specified block of code upon use, passing its parameters. [edit] Parameters
[edit] Examplesblock load { es_regclientcmd test script/test "test command" } block test { es_xmsg This command was run! } This will initiate the test arg1 arg2 arg3 It would then message "This command was run!"
[edit] Notes
[edit] See also
|
