We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49c6e8 commit f9bd007Copy full SHA for f9bd007
1 file changed
addons/amxmodx/scripting/map_manager_rtv.sma
@@ -7,7 +7,7 @@
7
#endif
8
9
#define PLUGIN "Map Manager: Rtv"
10
-#define VERSION "0.0.2"
+#define VERSION "0.0.3"
11
#define AUTHOR "Mistrick"
12
13
#pragma semicolon 1
@@ -69,7 +69,7 @@ public client_disconnected(id)
69
}
70
public clcmd_rtv(id)
71
{
72
- if(is_vote_started() || is_vote_finished()) {
+ if(is_vote_started() || is_vote_finished() || is_vote_will_in_next_round()) {
73
// add msg?
74
return PLUGIN_HANDLED;
75
0 commit comments