Page 1 of 1

cant get dllapi from ./cstrike/addons/metamod/dlls/metamod.l

Posted: Mon Aug 28, 2006 7:35 pm
by jonathan1218
yeah i follow the installing on this http://www.war3ft.com/documentation.php ... os=windows
and followed viewtopic.php?t=31
and now when i tried to start hosting the server its just give me cant get dll api from ./cstrike/addons/metamod/dlls/metamod.ll
here is my liblist 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 "dlls\mp.dll"
//gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
and here is my plugin file

Posted: Mon Aug 28, 2006 7:38 pm
by YamiKaitou
Does the file metamod.dll exist?

Posted: Tue Sep 12, 2006 7:41 pm
by erik2k3
which os u running the server on ???? if u are using linux, commenting out the windows file helps ;)

and try using "/" instead of "\" in the gamedll path, and of course, as YamiKaitou already said : does the file even exist ?