Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 066C

Opcode Database

066C

DescriptionCreates a particle and attaches it to the specified vehicle with the specified offset and direction.
Parameters (v2)1) Particle name (String) (STRING)
2) Vehicle 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
CategoryCommon, Creation, Particle, Vehicle
San Andreas
sascm.ini066C=10,create_fx_system_on_car_with_direction %1h% car %2d% offset %3d% %4d% %5d% direction %6d% %7d% %8d% type %9h% store_to %10d%
Example066C: create_fx_system_on_car_with_direction "CEMENT" car 90@ offset 0.0 -4.4 0.0 direction 0.0 -1.0 0.0 type 1 store_to 179@
Command NameCREATE_FX_SYSTEM_ON_CAR_WITH_DIRECTION

<< 066B

066D >>