AMX Mod X API Documentation

Signature
forward OnAutoConfigsBuffered();
Description

Called when the map has loaded, right after plugin_cfg() but any time

before OnConfigsExecuted. It's called after amxx.cfg and all

AutoExecConfig() exec commands have been added to the server command buffer.

Notes
  • This will always be called once and only once per map.
No return value
Назад
Верх