ROAD TO THE LEGEND
код файла CCleintEntityList.hу тебя функция GetClientEntityFromHandle принимает на вход неверный тип значения
переопредели эту функцию с верным типом хд
#pragma once
#include "../UTILS/vmt.h"
#include "CBaseEntity.h"
namespace SDK
{
class CBaseEntity;
class CClientEntityList
{
public:
CBaseEntity * GetClientEntity(int index)
{
typedef CBaseEntity*(__thiscall* Fn)(void*, int);
return VMT::VMTHookManager::GetFunction<Fn>(this, 3)(this, index);
}
int GetHighestEntityIndex()
{
typedef int(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 8)(this);
}
CBaseEntity* GetClientEntityFromHandle(void* handle)
{
typedef CBaseEntity*(__thiscall* Fn)(void*, void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 7)(this, handle);
}
};
class CClientEntityListTWO
{
public:
CBaseEntity * GetClientEntity(int index)
{
typedef CBaseEntity*(__thiscall* Fn)(void*, int);
return VMT::VMTHookManager::GetFunction<Fn>(this, 3)(this, index);
}
int GetHighestEntityIndex()
{
typedef int(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 8)(this);
}
CBaseEntity* GetClientEntityFromHandle(DWORD handle)
{
typedef CBaseEntity*(__thiscall* Fn)(void*, DWORD);
return VMT::VMTHookManager::GetFunction<Fn>(this, 7)(this, handle);
}
};
}
CBaseEntity *GetClientEntityFromHandle(CBaseHandle hEnt)
{
typedef CBaseEntity* (__thiscall* OriginalFn)(PVOID, CBaseHandle);
return VMT::VMTHookManager::GetFunction<OriginalFn>(this, 4)(this, hEnt);
}
вот наверно
Код:CBaseEntity *GetClientEntityFromHandle(CBaseHandle hEnt) { typedef CBaseEntity* (__thiscall* OriginalFn)(PVOID, CBaseHandle); return VMT::VMTHookManager::GetFunction<OriginalFn>(this, 4)(this, hEnt); }
ты вообще мож головой думать
Ну короче хз энивей не работает скинченжер, из-за чего он может не работать?ты вообще мож головой думать
typedef unsigned long CBaseHandle;
в моем соурсе это все есть...
без понятия...Ну короче хз энивей не работает скинченжер, из-за чего он может не работать?
у шонакса? хвхкиллерчо за сурс
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz