Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0669

Opcode Database

0669

DescriptionCreates a particle 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) Integer (INT)
7) (Returned) Particle handle (Integer) (INT)
Gamessa
CategoryActor, Common, Creation, Particle
San Andreas
sascm.ini0669=7,create_fx_system_on_char %1h% char %2d% offset %3d% %4d% %5d% type %6h% store_to %7d%
Example0669: create_fx_system_on_char "EXHALE" char $ACTOR_RYDER offset 90@ 91@ 92@ type 1 store_to 55@
Command NameCREATE_FX_SYSTEM_ON_CHAR

<< 0668

066A >>