Need some help with animations. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need some help with animations. (
/showthread.php?tid=487596)
Need some help with animations. -
JM_Millers - 14.01.2014
Hello all.
I am looking for a chainsaw animation, when player stand still and hits.
Re: Need some help with animations. -
SilentSoul - 14.01.2014
https://sampwiki.blast.hk/wiki/Animations
pawn Код:
CHAINSAW //Animlib
CSAW_1
CSAW_2
CSAW_3
CSAW_G
CSAW_Hit_1
CSAW_Hit_2
CSAW_Hit_3
csaw_part
IDLE_csaw
WEAPON_csaw
WEAPON_csawlo
I think it's
CSAW_1
pawn Код:
ApplyAnimation(playerid,"CHAINSAW","CSAW_1",4.1,1,1,1,1,1,1);
If you want to find some animations and can't find you can use
GetPlayerAnimationIndex Just add this codes to your script and on every animation you'll make it will send you message with it's animlib and anim name.