Es install

From EventScripts Community Encyclopedia


Overview

Syntax: es_install [basename] [autoload]

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_xinstall

Description

Installs approved addons from the ESAM

Parameters

  • basename - basename of addon to install. When not provided this command lists installed addons.
  • autoload - nonzero if the addon should be automatically loaded when the server starts


Examples

// List installed addons
es_install
 
// Install TeamFog
es_install teamfog
 
// Install RandMaps and automatically load it each time the server starts
es_install randmaps autoload // Any second argument other than "0" works 


Notes

  • es_install in the form above was not introduced until ES 2.0.0.248a
  • Addons installed with pre-2.0.0.248a es_install will not be recognized by the current es_install


See also

blog comments powered by Disqus