I want some code are executed after a map is changed, even if there is not any players in the server( for initializing something)
Originally,I think I could put the code in plugin_init, but I need read some cvars value defined in amxx.cfg, when plugin_init is executed, server.cfg is not loaded.
How can I do? executing some code after server.cfg is executed....