TASK PLAY ANIM UPPER BODY

From GTAMods Wiki
Jump to navigation Jump to search
TASK_PLAY_ANIM_UPPER_BODY
Number of parameters: 9
Parameter #TypeDescription
1.Ped handle (int)The handle of the ped
2.char pointerThe animation's name
3.char pointerThe animation's set/group name
4.floatPlayback speed?
5.boolflag 1
6.boolflag 2
7.boolflag 3
8.boolflag 4
9.intunknown
Return value:
TypeDescription
None

Description

Makes a character play an animation only on its upper body. The behavior of the character can be controlled with flags. The effects of playback_speed have not been test but its value varies (observed on the game's scripts) between 8.0 and 10000.0

Note:Apparently the last parameter must always be 0 or a negative integer.

Flags

The following table lists the observed effect of each flag when they are set to true.

Flag Observed effect
1 Disables player control and loops the animation infinitely.
2 Disables player controla until playback is over.
3 Same as flag 2.
4 Same as flag 2 but the character is frozen on the last frame of the animation instead.