Animation Lookup
- Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk
)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3
)
+--- Forum: General (
https://sampforum.blast.hk/forumdisplay.php?fid=13
)
+--- Thread: Animation Lookup (
/showthread.php?tid=658006
)
Animation Lookup -
Juvanii
- 20.08.2018
guys, i'm searching for an animation of "crouch and putting hands on the head" or something "on knees" ! does it exist ?
Re: Animation Lookup -
Overhaul
- 20.08.2018
Animation library: PED
Animation name: DUCK_cower
Try that.
PHP Code:
ApplyAnimation
(
playerid
,
"PED"
,
"DUCK_cower"
,
4.1
,
0
,
1
,
1
,
1
,
1
,
1
);
Re: Animation Lookup -
Juvanii
- 20.08.2018
Quote:
Originally Posted by
Overhaul
Animation library: PED
Animation name: DUCK_cower
Try that.
PHP Code:
ApplyAnimation
(
playerid
,
"PED"
,
"DUCK_cower"
,
4.1
,
0
,
1
,
1
,
1
,
1
,
1
);
you rock !