I am trying to give 450.f value like in csgo to m_forwardmove, but it doesn't really do anything, I tried to print the value and I get only 0, I want to know if it is an offsets problem or something else to implement?
class CUserCmdBase { public: PAD_CLASS(0x40); QAngle m_viewangles; int m_command_number; int m_tick_count; float m_forwardmove; float m_rightmove; float m_upmove; };
I am trying to give 450.f value like in csgo to m_forwardmove, but it doesn't really do anything, I tried to print the value and I get only 0, I want to know if it is an offsets problem or something else to implement?
class CUserCmdBase { public: PAD_CLASS(0x40); QAngle m_viewangles; int m_command_number; int m_tick_count; float m_forwardmove; float m_rightmove; float m_upmove; };