Closed WithLithum closed 1 year ago
Looks like #205 changed these params to Ped ped
. Still duplicates though...
I'm pretty sure the second parameter should be renamed to Ped target
as that makes logical sense based off how R* uses this native in the scripts. That way it would match what I did in #205 for the second parameter of TASK::WAYPOINT_PLAYBACK_START_AIMING_AT_PED
.
void WAYPOINT_PLAYBACK_START_SHOOTING_AT_PED(Ped iPed, Ped iTargetPed, BOOL bRunAndGun, BOOL FiringPatternHash)
as the leak says expect the 4th parameter type in #208 is wrong (should be Hash
).Merged #214 for now, as I just want it fixed atm and can't be bothered to resolve the conflicts.
The commit simply renames two
entity
parameters in WAYPOINT_PLAYBACK_START_SHOOTING_AT_PED toentity1
andentity2
.