Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 066A

Opcode Database

066A

DescriptionCreates a particle effect attached to a character
Parameters (v2)1) Particle name (String) (STRING)
2) Actor handle (Integer) (INT)
3) X Offset (Float) (FLOAT)
4) Y Offset (Float) (FLOAT)
5) Z Offset (Float) (FLOAT)
6) X Rotation (Float) (FLOAT)
7) Y Rotation (Float) (FLOAT)
8) Z Rotation (Float) (FLOAT)
9) Integer (INT)
10) (Returned) Particle handle (Integer) (INT)
Gamessa
CategoryActor, Common, Creation, Particle
San Andreas
sascm.ini066A=10,create_fx_system_on_char_with_direction %1h% char %2d% offset %3d% %4d% %5d% rotation %6d% %7d% %8d% type %9h% store_to %10d%
Example066A: create_fx_system_on_char_with_direction "PETROLCAN" char 71@ offset 0.0 0.116 0.048 direction 95@ 96@ 97@ type 1 store_to 137@
Command NameCREATE_FX_SYSTEM_ON_CHAR_WITH_DIRECTION

<< 0669

066B >>