Crash Fix!
Go to
IVModelInfoClient.hpp
find this code.
virtual int GetModelContents(int modelIndex) const = 0;
and replace all 4 lines of code with this
virtual int GetModelContents(int modelIndex) const = 0;
virtual void UNUSED() = 0;
virtual void UNUSE11D() = 0;
virtual studiohdr_t...