View Single Post
PMA.Predator
Member
Join Date: Jan 2012
Old 09-13-2012 , 16:39   Re: 22/08/2012 CSS Update
Reply With Quote #4

Hey,

Thanks for the replies, I've only just got around to fixing the bug, after some searching I found it was the following class which was inheriting it:

// \game\shared\collisionproperty.h
class CCollisionProperty : public ICollideable

I fixed this by adding:
virtual const Vector& OBBMinsPreScaled() const;
virtual const Vector& OBBMaxsPreScaled() const;
to lines 75 & 76. I did check in the one here: http://hg.alliedmods.net/hl2sdks/hl2sdk-css/ but the files were not updated, Not sure if it's me checking the wrong directory or just got missed

Also I had to change the following to get my plugin to load:
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL008"

Is there any way of knowing when they update these things? I was just randomly putting in 1-7 to try get it working >.<


Final question, does anyone have the latest Clantag offset values? Need to update my info file again >.>

Thanks!
- Edd
PMA.Predator is offline