The answer is in the error msg. I couldn't put it any clearer than the 
error msg.

Joshua Scarsbrook wrote:
> 1>grenade_frag.cpp
> 1>.\hl2\grenade_frag.cpp(409) : error C2039: 'HandleInteraction' : is 
> not a member of 'CBaseGrenade'
> 1>        c:\CeraMod\src\game\shared\basegrenade_shared.h(34) : see 
> declaration of 'CBaseGrenade'
>
> Fixed the old compile problem but now i have a new one. the base is 
> having a problem somewere, this is bacic obcode.
> Minh wrote:
>   
>> your network datatables are not matching on the client and server.
>> Make sure you have a corresponding RecvProp (in the client table) for 
>> each SendProp (in the server table)
>>
>> Joshua Scarsbrook wrote:
>>   
>>     
>>> Hi
>>> When i try to start the first map in hl2ep2 on my mod i get this in  the 
>>> console
>>>
>>> Initializing renderer...
>>> Missing RecvProp for DT_BaseGrenade - DT_BaseFlex/baseclass
>>> Host_EndGame: CL_ParseClassInfo_EndClasses: CreateDecoders failed.
>>>
>>>
>>> Please help with this
>>> Vbitz
>>>
>>> _______________________________________________
>>> To unsubscribe, edit your list preferences, or view the list archives, 
>>> please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>>>
>>>
>>>   
>>>     
>>>       
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives, 
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>>
>>
>>   
>>     
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
>   

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

Reply via email to