Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 088A

Opcode Database

088A

DescriptionMakes the actor perform an animation.

disable_force
Prevents the animation from stopping any other actions applied on the actor.

disable_lockZ
Prevents the animation from having a lasting effect on the actors Z Position.
Parameters (v2)1) Actor handle (Integer) (INT)
2) Animation name (String) (STRING)
3) Animation file (String) (INT)
4) Float (FLOAT)
5) Boolean (1 or 0) (INT)
6) Boolean (1 or 0) (INT)
7) Boolean (1 or 0) (INT)
8) Boolean (1 or 0) (INT)
9) Time in ms (Integer) (INT)
10) Boolean (1 or 0) (INT)
11) Boolean (1 or 0) (INT)
Gamessa
CategoryActor, Animation, AS Pack, Common
Command Name (IV)TASK_PLAY_ANIM_WITH_ADVANCED_FLAGS
San Andreas
sascm.ini088A=11,task_play_anim_with_flags %1d% anim %2h% ifp %3h% framedelta %4d% loop %5h% lockX %6h% lockY %7h% lockF %8h% time %9h% disable_force %10h% disable_lockZ %11h%
Example088A: task_play_anim_with_flags 34@ anim "RAIL_FALL" ifp "SWAT" framedelta 8.0 loop 0 lockX 0 lockY 0 lockF 1 time -1 disable_force 0 disable_lockZ 1
Command NameTASK_PLAY_ANIM_WITH_FLAGS

<< 0889

088B >>