OnConfigsExecuted
- Синтаксис
-
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().
- Возвращает
- Форвард игнорирует возвращаемое значение.