AMX Mod X API Documentation

Signature
forward OnConfigsExecuted();
Description

Called when the map has loaded, and all configs are done executing.

This includes servercfgfile (server.cfg), amxx.cfg, plugin's config, and

per-map config.

Notes
  • This is best place to initialize plugin functions which are based on cvar data.
  • This will always be called once and only once per map. It will be

    called few seconds after plugin_cfg().

No return value
Назад
Верх