you can not run two gamedll commands at once, thats what metamod is for, put your realbot command into the metamod plugins.ini along with the amx command line
your metamod.ini should look somthing like this if your running realbot and AMX
//Realbot
win32 ..\realbot\dll\realbot_mm.dll
//AMX
win32 addons/amx/dlls/amx_mm.dll
//CS Stats
win32 addons/amx/dlls/csstats_ms.dll
//Fun
win32 addons/amx/dlls/fun_ms.dll
Your liblist.gam should look like this
game "Counter-Strike"
url_info "
www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
If you need more help go to my site and review the screen shots