Quote:
Originally Posted by Red
win32 addons\podbot\podbot_mm.dll
|
Change the direction of slashes to this:
win32 addons
/podbot
/podbot_mm.dll
[EDIT]
It's supposed to crash since metamod is calling mEAn and then - mEAn is calling metamod. Change Your shortcut to CS to this:
F:\Half-Life\steam\steam.exe -applaunch 10 +localinfo mgamedll addons
/metamod
/dlls
/metamod.dll +localinfo mbotmod podbot_mm
(I mean change the slashes also here)
and change the plugins.ini file to only this line (and nothing else there):
win32 addons/podbot/podbot_mm.dll
and the call for gamedll in liblist.gam should look so (withoput calling linux *.so file):
gamedll "addons\mean\mean.dll"
[/EDIT]