AM and AMX Incompatibility?

Post Reply
robotics
A regular
A regular
Posts: 53
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Oct 24, 2003 1:30 pm
Location: Seattle
Contact:

AM and AMX Incompatibility?

Post by robotics »

Hello

This is a similar issue to the last problem I had concerning profanity plugins.

What I had encountered was that when I compiled profanity plugins for the server in AMX and Admin Mod, neither took effect (and I was pretty certain that I had followed all necessary procedures) - putting the amx file into the plugins or scripts folder, then adding the file line in plugins.ini...

My question now is this. I will say that this server has admins that utilize BOTH admin and AMX mod frequently. At the server that I manage we only use AMX, but the same filter works perfectly fine.

Is it because this other server uses both AMX and Adminmod, that the swear filter does not work? Or is it something on my end that I am doing wrong. I am pretty confident I know how to compile plugins, add them to the plugins directory, then add the file line to plugins.ini - yet none of it worked. Psycholisten for AMX did worked after I had installed it, but no variation of any swear filter took any effect.

For reference, the server is hsk.nuclearfallout.net:27015

Thank you for your time and any response is appreciated.

Regards
Lawrence
RESPECT, MATURITY, FUN
West Nest Frag Zone: krazedalloys.nuclearfallout.net:27015

Website: http://www.krazedalloys.com/forum
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

one such filter that i KNOW works for adminmod is called plugin_gnc_filtersay.
This plugin does run into an issue though with amxmods anti-flood plugin.
You might want to check your in-game console for errors when the filter should be working. let us know if you find anything, or if you need more help.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

problems arise when plugins overlap each other, doing the same thing.

If you are going to run both mods, dont have plugins that do the same thing constantly, its ok if they only act when called by an admin, but such things like filter run constantly.

overlapping can cause plugins to not function or possibly, at worse, crash the server.
-Nick
robotics
A regular
A regular
Posts: 53
Joined: Fri Oct 24, 2003 1:30 pm
Location: Seattle
Contact:

Post by robotics »

Hi guys and thanks.

So what exactly would I have to do to the anti flood plugin with AMX if I want to run the admin mod plugin that booya mentioned.

Thanks Booya and Nick 8)
RESPECT, MATURITY, FUN
West Nest Frag Zone: krazedalloys.nuclearfallout.net:27015

Website: http://www.krazedalloys.com/forum
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

robotics wrote:Hi guys and thanks.

So what exactly would I have to do to the anti flood plugin with AMX if I want to run the admin mod plugin that booya mentioned.

Thanks Booya and Nick 8)
in amxx/plugins.ini put a ; in front of the plugin you want to disable and then change map or restart server.
-Nick
robotics
A regular
A regular
Posts: 53
Joined: Fri Oct 24, 2003 1:30 pm
Location: Seattle
Contact:

Post by robotics »

Heh stupid me, I guess what I had meant to ask was that if I do that will it cause some side effects due to inactivating the anti flood plugin?

I basically copied all of the files of our server's filter to their server but it did not produce the same results...
RESPECT, MATURITY, FUN
West Nest Frag Zone: krazedalloys.nuclearfallout.net:27015

Website: http://www.krazedalloys.com/forum
Post Reply