mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
*** empty log message ***
This commit is contained in:
parent
7741f8f6a9
commit
ca24deb6b9
@ -22,6 +22,10 @@
|
||||
* Good place for configuration loading, commands and cvars registration. */
|
||||
forward plugin_init();
|
||||
|
||||
forward plugin_pause();
|
||||
|
||||
forward plugin_unpause();
|
||||
|
||||
/* Function is called when all plugin_init from plugins
|
||||
* were called, so all commmands and cvars should be already registered. */
|
||||
forward plugin_cfg();
|
||||
|
Loading…
Reference in New Issue
Block a user