Quote:
Originally Posted by BASH
Host_Error: Couldn't get DLL API from ./cstrike/../joebot/joebot.so
|
It is looking for joebot in the root folder of HL. Your configuration is wrong. Here is what I mean:
hl
--joebot <--where it is looking (probably does not exist)
--cstrike
----joebot <--where it should be looking
The .. means to go up one directory. To see what I mean go in your half-life folder and type cd cstrike/.. and it should end up in the HL folder. I presume that you know that a single . means the current directory.