Skip to content

Commit

Permalink
fix CCSGOInput struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Exlodium committed Aug 15, 2024
1 parent 1d45f7d commit f6421aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cstrike/sdk/interfaces/ccsgoinput.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ class CCSGOInput
QAngle_t angThirdPersonAngles;
MEM_PAD(0xE);
std::int32_t nSequenceNumber;
std::int32_t nOldSequenceNumber;
MEM_PAD(0xA);
double dbSomeTimer;
CExtendedMoveData currentMoveData;
std::int32_t nWeaponSwitchTick;
MEM_PAD(0x8C);
MEM_PAD(0x1C4);
CExtendedMoveData* pExtendedMoveData;
MEM_PAD(0x48);
int32_t nAttackStartHistoryIndex1;
int32_t nAttackStartHistoryIndex2;
int32_t nAttackStartHistoryIndex3;

CUserCmd* GetUserCmd()
{
Expand Down

0 comments on commit f6421aa

Please sign in to comment.