Re: HL2SDK: getting access to CBasePlayer -
04-02-2006
You're not suppose to be able to access CBasePlayer from a plugin. It might work for a fresh server plugin and a clean hl2dm mod, but many mods add stuff to their player classes that would change the class memory footprint and make your server plugins representation all wrong from the actual representation, pretty much guaranteed to crash.
|