1 (edited by karabja 2014-01-06 20:02:21)

Topic: Problem with inputs

Why when I'm in the method CGameClient::OnPredict() trying to implement a similar structure:

World.m_apCharacters[m_Snap.m_LocalClientID]->m_Input.m_SomeVariable

or

m_pControls->m_InputData.m_SomeVariable

then the match, nothing happens. I have tried many times, but why not work INPUT. Why?