mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +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. */
|
* Good place for configuration loading, commands and cvars registration. */
|
||||||
forward plugin_init();
|
forward plugin_init();
|
||||||
|
|
||||||
|
forward plugin_pause();
|
||||||
|
|
||||||
|
forward plugin_unpause();
|
||||||
|
|
||||||
/* Function is called when all plugin_init from plugins
|
/* Function is called when all plugin_init from plugins
|
||||||
* were called, so all commmands and cvars should be already registered. */
|
* were called, so all commmands and cvars should be already registered. */
|
||||||
forward plugin_cfg();
|
forward plugin_cfg();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user