From 35e8a67a48fa65fa9e6fe9692664368d38e703ba Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 Feb 2006 04:20:30 +0000 Subject: [PATCH] *** empty log message *** --- plugins/include/amxmodx.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 56e0bdeb..554bc13f 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -29,6 +29,9 @@ forward plugin_pause(); /* Called when the plugin is unpaused. */ 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 * were called, so all commmands and cvars should be already registered. */ forward plugin_cfg();