Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
for (int i = 1; i < SourceEngine::Interfaces::Engine()->GetMaxClients(); i++)
{
if (i == SourceEngine::Interfaces::Engine()->GetLocalPlayer()) continue;
auto pCurEntity = static_cast<C_CSPlayer*>(Interfaces::EntityList()->GetClientEntity(i));
if (!pCurEntity) continue;
*(int*)((uintptr_t)pCurEntity + 0xA30) = Interfaces::GlobalVars()->framecount; //we'll skip occlusion checks now
*(int*)((uintptr_t)pCurEntity + 0xA28) = 0;//clear occlusion flags
}
for (int i = 1; i < SourceEngine::Interfaces::Engine()->GetMaxClients(); i++)
{
if (i == SourceEngine::Interfaces::Engine()->GetLocalPlayer()) continue;
auto pCurEntity = static_cast<C_CSPlayer*>(Interfaces::EntityList()->GetClientEntity(i));
if (!pCurEntity) continue;
*(int*)((uintptr_t)pCurEntity + 0xA30) = Interfaces::GlobalVars()->framecount; //we'll skip occlusion checks now
*(int*)((uintptr_t)pCurEntity + 0xA28) = 0;//clear occlusion flags
}