hey i'm tryin to code the NPC's into Multiplayer,
I decided to start small and only put a headcrab in. I've got the server.dll
to compile fine with no errors, but its when i come to compile the client
I'm getting a load of errors which i cant work out how to fix,  these r the
errors i'm getting:

C:\mymod\src\game_shared\sdk\sdk_gamerules.cpp(404): error C2039:
'AllocateDefaultRelationships' : is not a member of 'C_BaseCombatCharacter'

C:\mymod\src\game_shared\sdk\sdk_gamerules.cpp(414): error C2039:
'SetDefaultRelationship' : is not a member of 'C_BaseCombatCharacter'
       c:\mymod\src\cl_dll\c_basecombatcharacter.h(21) : see declaration of
'C_BaseCombatCharacter'

C:\mymod\src\game_shared\sdk\sdk_gamerules.cpp(414): error C2059: syntax
error : ')'


C:\mymod\src\game_shared\sdk\sdk_gamerules.cpp(421): error C2065: 'CLASS_ANTLION' : undeclared identifier <<<<<<< Getting one of them for every CLASS_ of NPC.

at this point i'm stuck and really not sure how I can fix this. I have
already declared all the CLASS_ANTLION etc when I was working on the
server.dll, but i have no clue where to declare them for the client.

I'd be greatful for any help.

Thanks

Raz



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to