Animation coordinations
#6

iggy1, he has the animation ... he just needs the 'parameters', coordinates, whatever they are ...

Riddick, according to wiki, here: https://sampwiki.blast.hk/wiki/ApplyAnimation

The 1 before the last ... it`s the freezing one. Try changing it to 0. So, change:
pawn Код:
ApplyAnimation(playerid, "SWORD", "sword_IDLE", 4.0, 0, 1, 0, 1, 1, 1);
to

pawn Код:
ApplyAnimation(playerid, "SWORD", "sword_IDLE", 4.0, 0, 1, 0, 1, 0, 1);
This should work.

If not working, try like:

pawn Код:
ApplyAnimation(playerid, "SWORD", "sword_IDLE", 4.0, 1, 1, 0, 1, 0, 0);
Reply


Messages In This Thread
Animation coordinations - by Riddick94 - 29.03.2011, 16:16
Re: Animation coordinations - by BizzyD - 29.03.2011, 16:22
Re: Animation coordinations - by Riddick94 - 29.03.2011, 19:06
Re: Animation coordinations - by Riddick94 - 29.03.2011, 19:18
Re: Animation coordinations - by iggy1 - 29.03.2011, 19:32
Re: Animation coordinations - by antonio112 - 29.03.2011, 19:51
Re: Animation coordinations - by iggy1 - 29.03.2011, 19:57
Re: Animation coordinations - by antonio112 - 29.03.2011, 19:59
Re: Animation coordinations - by Riddick94 - 29.03.2011, 20:26
Re: Animation coordinations - by Riddick94 - 30.03.2011, 12:42

Forum Jump:


Users browsing this thread: 2 Guest(s)