PDA

View Full Version : CSG and AdminMod conflict


benevia
18-02-02, 08:33am
Due to the terrible lack of documentation on CSGuard I have been having issues getting it to work with AdminMod.

I have CSG quasi working...not all the stuff works (ie csg_say stuff etc) but enough for me to be happy/satisfied. BUT I have lost AdminMods commands, because it is not loading it.

Metamods page leads me to believe that I am to load it and run adminmod and CSG as plugins...but I had admin_MM.so running before (aka Metamod was installed at the same time AdminMod was...part of the same package).

Soooo do I now just include AdminMod and CSG in the plugins.ini file? Or do I list both AdminMod and CSG in the metamod.ini file? Or do I have to mess with the liblist.gam file?

Matthew

benevia
18-02-02, 08:48am
Well, I hate answering my own questions, but it appears to work when I just add AdminMods files to the metamod.ini file

Metamod.ini
---------------
win32 dlls/csguard_mm.dll
linux dlls/csguard_mm.i386.so
win32 dlls/admin_MM.dll
linux dlls/admin_MM_i386.so
---------------

Now I only have to iron out my CSG problems... figuring out what the settings refer to and how to get the csg_say commands to work. AND how to get it to store banned ips...it doesn't appear to actually log or store anything.