Liblist.gam

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Beemer
Peon
Posts: 3
Joined: Thu Mar 23, 2006 9:12 am

Liblist.gam

Post by Beemer » Thu Mar 23, 2006 9:16 am

the code in the documation
gamedll "addons\metamod\dlls\metamod.dll" gamedll_linux "addons/metamod/dlls/metamod_i386.so"
don't go it allways give a bug and the game shut down
i exact did the things from the documation and i use it on a local host server

Just
Peon
Posts: 3
Joined: Thu Mar 23, 2006 8:08 am

Re: Liblist.gam

Post by Just » Thu Mar 23, 2006 9:21 am

Beemer wrote:the code in the documation
gamedll "addons\metamod\dlls\metamod.dll" gamedll_linux "addons/metamod/dlls/metamod_i386.so"
don't go it allways give a bug and the game shut down
i exact did the things from the documation and i use it on a local host server
that is because it's not 1 line there should be 2 lines:
Line 1 for windows: gamedll "addons\metamod\dlls\metamod.dll"
Line 2 for linux: gamedll_linux "addons/metamod/dlls/metamod_i386.so"

Beemer
Peon
Posts: 3
Joined: Thu Mar 23, 2006 9:12 am

Post by Beemer » Thu Mar 23, 2006 9:22 am

no i tried it so of 2 lines but it didn't work
there must be an other reason

Just
Peon
Posts: 3
Joined: Thu Mar 23, 2006 8:08 am

Post by Just » Thu Mar 23, 2006 9:24 am

Pasting the error message might help

Beemer
Peon
Posts: 3
Joined: Thu Mar 23, 2006 9:12 am

Post by Beemer » Thu Mar 23, 2006 9:31 am

my liblist.gam

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 "addons/metamod/dlls/metamod_i386.so"



trainmap "tr_1"

Post Reply