Im having issue with joining the bots game or sometime even community servers when spawn/choosing team
Im crashing mostly here:
return g_hooks.m_prediction.GetOldMethod< InPrediction_t >( CPrediction::INPREDICTION )( this );
ret = g_hooks.m_client_mode.GetOldMethod< CreateMove_t >( IClientMode::CREATEMOVE )( this, time, cmd );
INPREDICTION Index:
INPREDICTION = 14,
CREATEMOVE Index:
CREATEMOVE = 24,
My prediction sigs etc..
m_nPredictionRandomSeed = util::get_method( m_prediction, CPrediction::RUNCOMMAND ).add( 0x30 ).get< int* >( );
m_pPredictionPlayer = util::get_method( m_prediction, CPrediction::RUNCOMMAND ).add( 0x54 ).get< Player* >( );
Im crashing mostly here:
return g_hooks.m_prediction.GetOldMethod< InPrediction_t >( CPrediction::INPREDICTION )( this );
ret = g_hooks.m_client_mode.GetOldMethod< CreateMove_t >( IClientMode::CREATEMOVE )( this, time, cmd );
INPREDICTION Index:
INPREDICTION = 14,
CREATEMOVE Index:
CREATEMOVE = 24,
My prediction sigs etc..
m_nPredictionRandomSeed = util::get_method( m_prediction, CPrediction::RUNCOMMAND ).add( 0x30 ).get< int* >( );
m_pPredictionPlayer = util::get_method( m_prediction, CPrediction::RUNCOMMAND ).add( 0x54 ).get< Player* >( );