We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mute
1 parent 08cb942 commit 09f2399Copy full SHA for 09f2399
1 file changed
cstrike/addons/amxmodx/scripting/CA_Mute.sma
@@ -7,6 +7,11 @@
7
#pragma ctrlchar '\'
8
#pragma tabsize 2
9
10
+#pragma reqlib sqlite
11
+#if !defined AMXMODX_NOAUTOLOAD
12
+ #pragma loadlib sqlite
13
+#endif
14
+
15
new bool: g_playersMute[MAX_PLAYERS + 1][MAX_PLAYERS + 1]
16
new bool: g_globalMute[MAX_PLAYERS + 1]
17
0 commit comments