Mean + AMX MOD -
08-06-2005
My current setup is using Mean v6, EPODbot, Statsme and AMX MOD. I'm using AMX to handle reserve slot placement and voting. The problem is that some commands are common between the two admin mods.
Mostly this is just an annoyance, but typical symptoms are as follows:
AMX mod voting overrides the map cycle. Both AMX and Mean have public commands like "nextmap", "timeleft", etc. This causes conflicting messages to be displayed to the user. Certain timer generated messages like the AMX mod "X minutes remaining" shows the nextmap to be different than what Mean reports as the result of its own nextmap command. One display is the result of a voting system while the other is from the mapcycle.txt. In fact if the user types nextmap they get a report from both the admin mods. Naturally the reports are in conflict.
I need to eliminate the overlap. Any succestions?
Thanks
|