Animation name?
- 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: Animation name? (
/showthread.php?tid=474402
)
Animation name? -
TonyII
- 07.11.2013
hey, does anyone recognize the animation where the person starts hitting on the dirt repeatedly?
http://www.youtube.com/watch?feature...&v=7tWhzvm2i2I
Re: Animation name? - Emmet_ - 07.11.2013
Here you go:
pawn Код:
ApplyAnimation
(
playerid,
"BASEBALL"
,
"BAT_4"
,
4.0
,
1
,
1
,
1
,
1
,
0
,
1
)
;
Re: Animation name? -
TonyII
- 07.11.2013
Thank you