29.03.2011, 19:51
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:
to
This should work.
If not working, try like:
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);
pawn Код:
ApplyAnimation(playerid, "SWORD", "sword_IDLE", 4.0, 0, 1, 0, 1, 0, 1);
If not working, try like:
pawn Код:
ApplyAnimation(playerid, "SWORD", "sword_IDLE", 4.0, 1, 1, 0, 1, 0, 0);