Browse Source

tryska fix

master
gsd 8 months ago
parent
commit
6bb9565e7a
  1. 4
      FSB_BanSystem/fsb.sp
  2. BIN
      plugins/fsb.smx

4
FSB_BanSystem/fsb.sp

@ -49,8 +49,8 @@ public OnPluginStart() {
#endif
#if defined _ban_module
HookEvent("player_connect", EventConnect);
HookEvent("player_disconnect", EventDisconnect);
HookEvent("player_connect", EventConnect, EventHookMode_Pre);
HookEvent("player_disconnect", EventDisconnect, EventHookMode_Pre);
#endif
#if defined _message_module

BIN
plugins/fsb.smx

Binary file not shown.
Loading…
Cancel
Save