forward OnConfigsExecuted();
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.
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().
This forward ignores the returned value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.