bots

New Member
Joined
Feb 8, 2003
Messages
50
Best answers
0
what did i do wrong in the liblist?

// Earth Special Forces Game Info file
game "Earth`s Special Forces"
url_info "http://www.esforces.com"
url_dl "http://www.esforces.com/files.php"

version "Beta 1"
size "160000000"
svonly "0"
cldll "0"
type "multiplayer_only"
nomodels "1"
gamedll "dlls\ESF-Bot.dll"
//gamedll "dlls\hl.dll"
 
New Member
Joined
Dec 9, 2002
Messages
121
Best answers
0
Originally posted by sk8 or die guy
what did i do wrong in the liblist?

// Earth Special Forces Game Info file
game "Earth`s Special Forces"
url_info "http://www.esforces.com"
url_dl "http://www.esforces.com/files.php"

version "Beta 1"
size "160000000"
svonly "0"
cldll "0"
type "multiplayer_only"
nomodels "1"
gamedll "dlls\ESF-Bot.dll"
//gamedll "dlls\hl.dll"
The last sentice '//gamedll "dlls\hl.dll" should be "//gamedll "dlls\ESF-bot.dll"

then the bots should work
 
New Member
💻 Oldtimer
Joined
Jan 4, 2002
Messages
1,189
Best answers
0
Originally posted by Anty
The last sentice '//gamedll "dlls\hl.dll" should be "//gamedll "dlls\ESF-bot.dll"

then the bots should work
wrong
a comment always starts with //
hl will simply ignore it
 
New Member
Joined
Dec 9, 2002
Messages
121
Best answers
0
Sorry my fault.

This is how I have it for the last 2 lines:

//gamedll "dlls\ESF-Bot.dll"
gamedll "dlls\ESF-Bot.dll"

and it works.
 

Users who are viewing this thread

Top Bottom