animations
This is for using TaskPlayAnimation native instead of emotes \
Parameters
ped (
number
): The identifier for the pedestrian (entity) who will perform the animation.animDictionary (
string
): The name of the animation dictionary used.animationName (
string
): The specific name of the animation to play.blendInSpeed (
number
): The speed at which the animation blends in. OPTIONALblendOutSpeed (
number
): The speed at which the animation blends out. OPTIONALduration (
integer
): The duration of the animation in milliseconds. OPTIONALanimFlags (
integer
): Flags that control how the animation is played. OPTIONALplaybackRate (
number
): The rate at which the animation is played. OPTIONALlockX (
boolean
): Iftrue
, prevents movement along the X-axis. OPTIONALlockY (
boolean
): Iftrue
, prevents movement along the Y-axis. OPTIONALlockZ (
boolean
): Iftrue
, prevents movement along the Z-axis. OPTIONAL
Last updated