Anims problem...
#1

I got a really annoying problem on my server.Anims won't work sometimes, just whenever they want.I use this type of anim calling:
pawn Код:
ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Die", 4.0, 0, 1, 1, 1, 0, 1);
Is there any include or something which makes all anims able to be used all the times?
Reply
#2

Apply them twice. Not sure when I saw this, or where, but it said to apply them twice. I always do this, and I don't seem to have problems with it.
pawn Код:
ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Die", 4.0, 0, 1, 1, 1, 0, 1);
ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Die", 4.0, 0, 1, 1, 1, 0, 1);
Reply
#3

Thanks, I will try that.Anyone with an other solution?
Reply
#4

Place this under OnPlayerConnect
Quote:

ApplyAnimation(playerid, "CARRY","crry_prtial", 4.0, 1, 1, 1, 1, 1);
ClearAnimations(playerid);

Or any other Animation. It should work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)