Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 066B

Opcode Database

066B

DescriptionCreates a particle effect attached to a vehicle.
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) Integer (INT)
7) (Returned) Particle handle (Integer) (INT)
Gamessa
CategoryCommon, Creation, Particle, Vehicle
San Andreas
sascm.ini066B=7,create_fx_system_on_car %1h% car %2d% offset %3d% %4d% %5d% type %6h% store_to %7d%
Example066B: create_fx_system_on_car "PRT_SPARK" car 152@ offset -1.69 3.607 -0.271 type 1 store_to 280@
Command NameCREATE_FX_SYSTEM_ON_CAR

<< 066A

066C >>