Difference between revisions of "START PTFX ON PED"

From GTAMods Wiki
Jump to navigation Jump to search
(start)
 
(Added link to particle effects list)
 
Line 23: Line 23:
 
|rd=Handle to particle effect instance
 
|rd=Handle to particle effect instance
 
}}
 
}}
Starts and sticks a particle effect to a ped. (effect follows ped around)
+
Starts and sticks a [[List_of_particle_effects | particle effect]] to a ped. (effect follows ped around)

Latest revision as of 19:26, 8 September 2011

START_PTFX_ON_PED
Number of parameters: 9
Parameter #TypeDescription
1.stringParticle effect name
2.intPed id
3.floatX-offset
4.floatY-offset
5.floatZ-offset
6.floatYaw
7.floatPitch
8.floatRoll
9.floatEffect scale (1.0f = standard)
Return value:
TypeDescription
intHandle to particle effect instance

Starts and sticks a particle effect to a ped. (effect follows ped around)