We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbfc94 commit 64c91e5Copy full SHA for 64c91e5
1 file changed
addons/amxmodx/scripting/map_manager_effects.sma
@@ -4,7 +4,7 @@
4
#include <map_manager>
5
6
#define PLUGIN "Map Manager: Effects"
7
-#define VERSION "0.0.7"
+#define VERSION "0.0.8"
8
#define AUTHOR "Mistrick"
9
10
#pragma semicolon 1
@@ -149,6 +149,14 @@ public mapm_vote_started(type)
149
send_audio(0, "sound/Gman/Gman_Choose2.wav", PITCH_NORM);
150
}
151
public mapm_vote_finished(const map[], type, total_votes)
152
+{
153
+ disable_effects(map);
154
+}
155
+public mapm_vote_canceled(type)
156
157
+ disable_effects("");
158
159
+disable_effects(const map[])
160
{
161
if(get_num(BLACK_SCREEN)) {
162
remove_task(TASK_FULLBLACK);
0 commit comments