搜索:TeamInfo
找到约 1 项符合「TeamInfo」的查询结果
结果 1
https://www.eeworm.com/dl/534/249828.html
其他
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo)
over it u add this
Code:
USER_MSG_INTERCEPT(Health)
{
BEGIN_READ(pbuf,iSize)
me.iHealth = READ_BYTE()
return USER_MSG_CALL(Health)
}
* then we search for int HookUserMsg (char *szMsgName, pfn ...