Re: Metamod/amx Clashing With Podbot -
26-02-2005
Remove the lines
gamedll "podbot\podbot.dll"
and
gamedll_linux "dlls/cs_i386.so"
from your liblist.gam. Make sure the Metamod .dll is located in addons/metamod/dlls, and then keep only the line reading:
gamedll "addons\metamod\dlls\metamod.dll"
Make sure podbot is installed to the addons/podbot folder, and that podbot_mm.dll is located in addons/podbot. Then add the line
win32 addons/podbot/podbot_mm.dll
in the file called plugins.ini located in addons/metamod.
|