Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: AfterLife on March 01, 2015, 05:40:30 AM
-
How do I add damage to stuff like Damon Leg Throw or increase the damage dealt in Darby's 6 Hit Combo etc?
-
Make it so when the last ped you hit is playing the receive animation for the attack, they get their health deducted.
-
if (blah blah) then
PedSetHealth(Ped, PedGetHealth(Ped) - <how much health loss>)
end