Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0812

Opcode Database

0812

DescriptionMakes the character perform an animation.

With this version, the animation can not be interrupted and will play all the way through. It is often used while the character is in turret mode.

Similar Opcodes
0605
088A
0A1A
Parameters (v2)1) Actor handle (Integer) (INT)
2) Animation name (String) (STRING)
3) Animation file (String) (STRING)
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)
Gamessa
CategoryActor, Animation, AS Pack
Command Name (IV)TASK_PLAY_ANIM_NON_INTERRUPTABLE
San Andreas
sascm.ini0812=9,task_play_anim_non_interruptable %1d% anim %2h% ifp %3h% framedelta %4d% loop %5h% lockX %6h% lockY %7h% lockF %8h% time %9h%
Example0812: task_play_anim_non_interruptable -1 anim "LRGIRL_IDLELOOP" ifp "LOWRIDER" framedelta 4.0 loop 0 lockX 0 lockY 0 lockF 0 time -1
Command NameTASK_PLAY_ANIM_NON_INTERRUPTABLE

<< 0811

0813 >>