Source SDK

Source SDK

sano Jul 3, 2015 @ 12:38am
[Source SDK 2013]Urgent! I'm having with my mod again , please help!
So straight to the point. The console gave me errors

DataTable warning: No matching RecvTable for SendTable 'DT_SbowBolt'.
Client missing DT class CSbowBolt
Host_EndGame: CL_ParseClassInfo_EndClasses: CreateDecoders failed.

It has something with my custom weapon am I right?

This is the source code : http://pastebin.com/xVvwGsGD

I'm hope to receive some answers!

< >
Showing 1-2 of 2 comments
Sandern Jul 3, 2015 @ 12:46am 
Your bolt has no client side class for your bolt entity. You probably don't want to make one, so simple remove DECLARE_SERVERCLASS(); from your CSbowBolt class and remove
IMPLEMENT_SERVERCLASS_ST( CSbowBolt, DT_SbowBolt ) END_SEND_TABLE()

sano Jul 3, 2015 @ 2:00am 
Thanks. But what if i want to make one? Will it become another type of ammo ?
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jul 3, 2015 @ 12:38am
Posts: 2