Changing death animation
#1

how can i change the death animation?
Reply
#2

Under the callback OnPlayerDeath, I think, add one of your favourite animations! https://sampwiki.blast.hk/wiki/Animations

I think you know how to add an animation?
Reply
#3

yeah, thanks.
I thought that, but i want to see somebody to writing this.
thanks again.
Reply
#4

Hmm, I really have no experience with OnPlayerDeath, but it should be like this:

FOR EXAMPLE

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
ApplyAnimation(playerid,"ANIMATION_KIND", "ANIMATIONNAME",4.0,1,1,1,1,1);
Find the names of kind and name on the page I gave you! But I don't think, that "deathanimations" are available!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)