Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 064B

Opcode Database

064B

DescriptionCreates a particle effect.
Parameters (v2)1) Particle name (String) (STRING)
2) X Coord (Float) (FLOAT)
3) Y Coord (Float) (FLOAT)
4) Z Coord (Float) (FLOAT)
5) Integer (INT)
6) (Returned) Particle handle (Integer) (INT)
Gamessa
CategoryCommon, Creation, Particle
Command Name (IV)TRIGGER_PTFX
San Andreas
sascm.ini064B=6,create_fx_system %1h% at %2d% %3d% %4d% type %5h% store_to %6d%
Example064B: create_fx_system "PUKE" at 90@ 91@ 92@ type 1 store_to 62@
Command NameCREATE_FX_SYSTEM

<< 064A

064C >>