Esnq

From EventScripts Community Encyclopedia


Overview

Syntax: esnq <string>

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}}}

Description

Behaves 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



Examples

es_xsetinfo server_address "123.456.789"
esnq rcon_address server_var(server_address)


Notes

  • In the example, the rcon_address is sent WITHOUT quotes around it, whereas using es would have sent: rcon_address "123.456.789"
  • esnq rcon_address server_var(server_address)

results: rcon_address 123.456.789

  • es rcon_address server_var(server_address)

results: rcon_address "123.456.789"


See also


External links

es_xnq


{{{category}}}


blog comments powered by Disqus