Исходник CInput fix

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
5 Июл 2022
Сообщения
198
Реакции
29
Idk just found this idk if it still works but here


C++:
Expand Collapse Copy
    class CInput {
    public:
        std::byte            pad0 [ 0xC ];            // 0x0
        bool                bTrackIRAvailable;        // 0xC
        bool                bMouseInitialized;        // 0xD
        bool                bMouseActive;            // 0xE
        std::byte            pad1 [ 0x9A ];            // 0xF
        bool                bCameraInThirdPerson;    // 0xA9
        std::byte            pad2 [ 0x2 ];            // 0xAA
        vec3_t                vecCameraOffset;        // 0xAC
        std::byte            pad3 [ 0x38 ];            // 0xB8
        CUserCmd*            m_pCommands;            // 0xF0
        CVerifiedUserCmd*    m_pVerifiedCommands;    // 0xF4
    };

found it on
Пожалуйста, авторизуйтесь для просмотра ссылки.
 
Последнее редактирование:
why? the update was from april, why tf would you post it now in october???
 
This is not needed anymore. Anyone with the iq of more than 5 can fix it anyways.
 
Назад
Сверху Снизу