Skip to content

Commit

Permalink
Add SQLite module autoload for Mute plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Dec 6, 2023
1 parent 08cb942 commit 09f2399
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cstrike/addons/amxmodx/scripting/CA_Mute.sma
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
#pragma ctrlchar '\'
#pragma tabsize 2

#pragma reqlib sqlite
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib sqlite
#endif

new bool: g_playersMute[MAX_PLAYERS + 1][MAX_PLAYERS + 1]
new bool: g_globalMute[MAX_PLAYERS + 1]

Expand Down

0 comments on commit 09f2399

Please sign in to comment.