help - actor anim?
- 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: help - actor anim? (
/showthread.php?tid=634987
)
help - actor anim? -
parames3010
- 30.05.2017
i want actor sit down like this
how to make it?
please help, thanks
Re: help - actor anim? -
StrikerZ
- 30.05.2017
For
animations name
, and for
animations function
on how to set them.
Re: help - actor anim? -
parames3010
- 30.05.2017
Quote:
Originally Posted by
Sunehildeep
For
animations name
, and for
animations function
on how to set them.
i know this
but i want to know what anim and the code
Re: help - actor anim? -
StrikerZ
- 30.05.2017
Here you go.
PHP код:
ApplyAnimation
(
playerid
,
"ped"
,
"SEAT_idle"
,
4.1
,
1
,
0
,
0
,
1
,
1
)