View Single Post
Re: Fast Server Setup
Old
  (#13)
Jester5867
Member
 
Status: Offline
Posts: 34
Join Date: Jan 2004
Default Re: Fast Server Setup - 14-01-2004

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

Last edited by Jester5867; 14-01-2004 at 20:41..
  
Reply With Quote