-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
hello niggas, this premium paste is used for something and other shit, also special thanks to phillip015
C++:
bool CGameNetwork::ReceivePacketUpdate( CCSPlayerPawn* pPlayerPawn, int nEstimateTicks, bool bForceWorldUpdate )
{
if ( bForceWorldUpdate
&& g_EnginePrediction->nPredictedTicks( ) == nEstimateTicks
&& g_EnginePrediction->bShouldUpdate( nEstimateTicks - 1 )
&& pPlayerPawn->EffectiveInterpolation( true ) )
{
g_Prediction->m_bForceWorldUpdate = true; // 0xC
return false;
}
return true;
}