-
Автор темы
- #1
Crash Fix!
Go to
IVModelInfoClient.hpp
find this code.
and replace all 4 lines of code with this
Crash Fixed!
Chams Fix!
Go to
IVModelRender.h
Search this code
and replace this code with this:
Chams Fixed!
@credits UK
Go to
IVModelInfoClient.hpp
find this code.
Код:
virtual int GetModelContents(int modelIndex) const = 0;
Код:
virtual int GetModelContents(int modelIndex) const = 0;
virtual void UNUSED() = 0;
virtual void UNUSE11D() = 0;
virtual studiohdr_t *GetStudioModel(const model_t *mod) = 0;
virtual int GetModelSpriteWidth(const model_t *model) const = 0;
virtual int GetModelSpriteHeight(const model_t *model) const = 0;
Chams Fix!
Go to
IVModelRender.h
Search this code
Код:
struct ModelRenderInfo_t
Код:
struct ModelRenderInfo_t
{
Vector origin;
QAngle angles;
char pad[0x4];
IClientRenderable *pRenderable;
const model_t *pModel;
const matrix3x4_t *pModelToWorld;
const matrix3x4_t *pLightingOffset;
const Vector *pLightingOrigin;
int flags;
int entity_index;
int skin;
int body;
int hitboxset;
ModelInstanceHandle_t instance;
@credits UK
Последнее редактирование: