View Single Post
THEHEXAGON
Member
Join Date: Jan 2022
Location: USA
Old 01-26-2022 , 10:35   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1494

I loaded this plugin yesterday and it worked (SORT OF).

amx_banlist would populate in console, but all of the info was blank for the banned users.

Edited the advanced_ban.sma and uncommented the lines according the below, (copied and pasted):

Code:
// CUSTOMIZATION STARTS HERE
// ===============================================


// uncomment the line below if you want this plugin to
// load old bans from the banned.cfg and listip.cfg files
#define KEEP_DEFAULT_BANS


// uncomment the line below if you want the history to be in one file
#define HISTORY_ONE_FILE


// if you must have a maximum amount of bans to be compatible with AMXX versions before 1.8.0
// change this number to your maximum amount
// if you would rather have unlimited (requires AMXX 1.8.0 or higher) then set it to 0
#define MAX_BANS 0


// if you want to use SQL for your server, then uncomment the line below
//#define USING_SQL


// ===============================================
// CUSTOMIZATION ENDS HERE

Current Plugins on the server:
Code:
Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx running
Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running
Admin Help 1.8.3-dev+ AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.8.3-dev+ AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.8.3-dev+ AMXX Dev Team multilingual.am running
Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running
Commands Menu 1.8.3-dev+ AMXX Dev Team cmdmenu.amxx running
unknown unknown unknown plmenu.amxx bad load
Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx running
Plugin Menu 1.8.3-dev+ AMXX Dev Team pluginmenu.amxx running
Admin Chat 1.8.3-dev+ AMXX Dev Team adminchat.amxx running
Anti Flood 1.8.3-dev+ AMXX Dev Team antiflood.amxx running
Scrolling Message 1.8.3-dev+ AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.8.3-dev+ AMXX Dev Team imessage.amxx running
NextMap 1.8.3-dev+ AMXX Dev Team nextmap.amxx running
TimeLeft 1.8.3-dev+ AMXX Dev Team timeleft.amxx running
Pause Plugins 1.8.3-dev+ AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.8.3-dev+ AMXX Dev Team statscfg.amxx running
StatsX 1.8.3-dev+ AMXX Dev Team statsx.amxx running
HLstatsX CE Ingam 1.6.18 (HL psychonic hlstatsx_comman running
Autoresponder/Adv 0.5 MaximusBrood ad_manager.amxx running
Admin Spectator E 1.3 KoST admin_spec_esp. running
Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
AFK KiSSS 3.0.0 Beta Isobold afkkisss.amxx running
Ultimate Gore 1.6 JTP10181 amx_gore_ultima running
High Ping Kicker 1.0 Shadow/Bo0m! amx_hpk.amxx running
AMX Super Cmd Man 5.0.2 SuperCentral.co amx_super-cmdma running
Amx Super Fun 5.0.2 SuperCentral.co amx_super-fun.a running
Amx Super Others 5.0.2 SuperCentral.co amx_super-other running
Amx Super Serious 5.0.2 SuperCentral.co amx_super-serio running
AMX_Super Menu 5.0.2 SuperCentral.co amx_super-menu. running
AMX Bank 1.7 twistedeuphoria amx_bank.amxx running
Automatic knife d 0.3 JGHG automatic_knife running
C4 Timer 0.0.1 ConnorMcLeod c42.amxx running
Mirror Damage 1.0.0 EKS mirror_damage.a running
Team Balancer 1.8b3 Ptahhotep ptb.amxx running
Quake Sounds 2.1 hleV quakesounds.amx running
Reconnect Feature 0.2.4 BETA ConnorMcLeod reconnect_featu running
Advanced Roll The v2.5 RC 4 Striker roll_the_dice.a running
Silly C4 1.2 Cheap_Suit sillyc4.amxx running
Contents of plugins.ini :
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
;adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Custom - Add 3rd party plugins here

hlstatsx_commands_cstrike.amxx ; HLStatsX interaction plugin
ad_manager.amxx
admin_spec_esp.amxx
adminvote.amxx
afkkisss.amxx
amx_gore_ultimate.amxx
amx_hpk.amxx
amx_super-cmdmanager.amxx
amx_super-fun.amxx
amx_super-others.amxx
amx_super-serious.amxx
amx_super-menu.amxx
amx_bank.amxx
automatic_knife_duel.amxx
c42.amxx
mirror_damage.amxx
plmenu.amxx
ptb.amxx
quakesounds.amxx
;rank.amxx
reconnect_features.amxx
;restmenu.amxx
roll_the_dice.amxx
sillyc4.amxx


Re-compiled the SMA, reinstalled the amxx file and server crash.

Rolled back and the server works.

Installed again, and server crashes.

rolled back and it works.

Installed it again, like I did the first time, with no changes to the SMA, and server crashes.

So, once the plugin crashed the server one time, I can no longer attempt to reinstall this plugin in any manner without it crashing.

What could I provide someone to assist me in troubleshooting this?

I doubt this would cause this plug to crash the server, but who knows:

I notice that there are now (2) banned.cfg files in my CZERO folder.

banned.cfg

and banned2.cfg

Both files are identical as far as contents.

I assume that the banned2.cfg was created when I uncommented the line to use one ban file, etc..

*edit* 20220127 1737 hrs EST

I just noticed that when I uncomment the plugin in the plugins.ini file, the plmenu no longer says "bad load".

With the plugin turned off:

Code:
 
Players Menu       1.8.3-dev+  AMXX Dev Team     plmenu.amxx      running
Since this plugin comes with it's own plmenu file that had to be replaced for the plugin to work, how much of a coincidence is this?

Last edited by THEHEXAGON; 01-27-2022 at 18:08.
THEHEXAGON is offline