Skip to content

AimCameraShakeFix v1.2.1

Choose a tag to compare

@sonochiwa sonochiwa released this 27 Jul 11:12
· 1 commit to main since this release
fix: detect on-foot state via bInVehicle ped flag

The guard could silently deactivate after entering/exiting a vehicle
(CPed::m_pVehicle can stay set after the ped exits) and after actions
touching the undocumented CPed field 0x53C read by the old swim check.
Check pedFlags bInVehicle (CPed+0x46D bit 0) instead and drop the swim
check entirely.