Page 1 of 1

Wont Work

Posted: Mon Mar 13, 2006 12:27 pm
by Liquidz
hey geesu i added the amxx 1.6 with metamod and war3ft and i go in and nothing works :S i enabled all the modules and amxx isnt even there :S help me out

Posted: Mon Mar 13, 2006 1:34 pm
by Geesu
Follow the sticky? "It doesn't work" doesn't tell me jackshit

Posted: Mon Mar 13, 2006 1:51 pm
by Liquidz
no like i threw addons in cstrike and the sounds and the spirtes and i went in and nothing worked amx was unknown and i tried meta list and it was unkown to :S thats all i can say really

Posted: Mon Mar 13, 2006 2:19 pm
by Geesu
then u didn't follow the install guide, u missed a step

Re: Wont Work

Posted: Tue Mar 14, 2006 11:38 am
by Tigergutt
Liquidz wrote:hey geesu i added the amxx 1.6 with metamod and war3ft and i go in and nothing works :S i enabled all the modules and amxx isnt even there :S help me out
locate the liblist.gam file inside "path.to.hlserver/cstrike/liblist.gam"

open the file in your favorite editor and add this line marked red for win and blue for linux

Code: Select all

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"
[color=red]gamedll "addons\metamod\dlls\metamod.dll"[/color] // for windows
[color=blue]gamedll_linux "addons/metamod/dlls/metamod_i386.so"[/color] // for linux
trainmap "tr_1"
try this and see if metamod works type "meta help" in console

//Tiger