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
0df187edcd
commit
35e8a67a48
@ -29,6 +29,9 @@ forward plugin_pause();
|
|||||||
/* Called when the plugin is unpaused. */
|
/* Called when the plugin is unpaused. */
|
||||||
forward plugin_unpause();
|
forward plugin_unpause();
|
||||||
|
|
||||||
|
/* Called when the mod tries to change the map. */
|
||||||
|
forward server_changelevel(map[]);
|
||||||
|
|
||||||
/* 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