Hi dedcided to put bots on my cs 1.6 dedicated server. I cant seem to get it working i have folloed the manual and go to metamod and plugin.inn and i put win32 bot something.Can you guys tell me how to work it and tell me some basic commands like remove bot add bot thanks. Please in specific ways. I just cant seem to make it work it wont work i am sure i did it right. I tybe meta list and i only see Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX RUN - amx_mm.dll v0.9.9 ini ANY ANY
[ 2] CSStats RUN - csstats_mm.dll v0.9.9 ini ANY ANY
[ 3] Fun RUN - fun_mm.dll v0.9.9 ini ANY ANY
[ 4] <epb.dll> badf load epb.dll v - ini - -
4 plugins, 3 running email csvscs_@hotmail.com
Be careful of the capitals. I think what you put in your plugins.ini file was all lowercase, because it is telling you that epb.dll can't be found. Try putting it in as EPB.dll, and see if that works. As far as i know, everything is case sensitive.
The current version of epb is compiled against libstdc++.so.5. Newer linux distributions only install libstdc++.so.6. So install the libstdc++.so.5 and epb should work.
In future epb will be compiled against libstdc++.so.6 so this problem will not arise anymore.
He probably is using the metamod from the amx release. You need to upgrade to the latest one which is v1.19.0.0.. amx mod v0.9.9 comes with v1.17.0.1 which is too old for the bot.
Also, in order for the bot to run fine, you have to load it BEFORE amx mod. So place the epb loading line in metamod's plugins.ini file above the rest.