Esnq
From EventScripts Community Encyclopedia
|
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: {{{x}}} DescriptionBehaves just like "es" except that it will only place quotation marks around server_var() and event_var() values if there is a semicolon inside them. Parameters
Exampleses_xsetinfo server_address "123.456.789" esnq rcon_address server_var(server_address)
Notes
results: rcon_address 123.456.789
results: rcon_address "123.456.789"
See also
External linkses_xnq
|
