Может ли кто-нибудь помочь разобраться в нём?
bool __fastcall Hooks::SendNetMsg(INetChannel* pNetChan, void* edx, INetMessage& msg, bool bForceReliable, bool bVoice)
{
if (msg.GetType() == 14) // Return and don't send messsage if its FileCRCCheck
return false;
if...