GTAG - Modding - Opcode Database - 0669
Opcode Database
0669
| Description | Creates 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) |
| Games | |
| Category | Actor, Common, Creation, Particle |
| San Andreas | |
| sascm.ini | 0669=7,create_fx_system_on_char %1h% char %2d% offset %3d% %4d% %5d% type %6h% store_to %7d% |
| Example | 0669: create_fx_system_on_char "EXHALE" char $ACTOR_RYDER offset 90@ 91@ 92@ type 1 store_to 55@ |
| Command Name | CREATE_FX_SYSTEM_ON_CHAR |

