Skip to content

Commit 09f2399

Browse files
committed
Add SQLite module autoload for Mute plugin
1 parent 08cb942 commit 09f2399

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cstrike/addons/amxmodx/scripting/CA_Mute.sma

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#pragma ctrlchar '\'
88
#pragma tabsize 2
99

10+
#pragma reqlib sqlite
11+
#if !defined AMXMODX_NOAUTOLOAD
12+
#pragma loadlib sqlite
13+
#endif
14+
1015
new bool: g_playersMute[MAX_PLAYERS + 1][MAX_PLAYERS + 1]
1116
new bool: g_globalMute[MAX_PLAYERS + 1]
1217

0 commit comments

Comments
 (0)