
Originally Posted by
robsonsoares
CustonServerInfo.cpp
PROCURE POR void CServerInfo::Load()
E SUBISTIRUA O CODIGO POR
void CServerInfo::Load()
{
//00953CFC - hook
this->m_data.clear();
this->Read("Data/Custom/ServerSide.txt");
SetOp((LPVOID)0x009540B8, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x009540EE, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x00954121, this->ServerDrawTextHook, ASM::CALL); //1.04E
SetOp((LPVOID)0x00954154, this->ServerDrawTextHook, ASM::CALL); //1.04E
}