Ped & fixes, including peds dive into danger fix

This commit is contained in:
eray orçunus
2019-07-25 18:06:24 +03:00
parent 3bb607f9cb
commit 8fd63e5ca6
10 changed files with 876 additions and 137 deletions

View File

@@ -70,7 +70,7 @@ public:
void AddGunshell(CEntity*, CVector const&, CVector2D const&, float);
bool IsTypeMelee(void);
bool IsType2Handed(void);
static void DoTankDoomAiming(CEntity *playerVehicle, CEntity *playerPed, CVector *start, CVector *end);
bool HitsGround(CEntity* holder, CVector* firePos, CEntity* aimingTo);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");