14.12.2017, 18:51
Any way to make actor getting damaged work with using streamer?
did you use the OnPlayerGiveDamageActor callback?
which streamer plugin u using? |
public PED_OnTakeDamage(pedid, issuerid, weaponid, Float:amount, bodypart)
new Float:heath; GetDynamicActorHealth(actorid, health); SetDynamicActorHealth(actorid, health - amount);