Graphics::startParticleFxNonLoopedOnPedBone
GRAPHICS::START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE('scr_sh_bong_smoke', PLAYER::PLAYER_PED_ID(), -0.025f, 0.13f, 0f, 0f, 0f, 0f, 31086, 0x3F800000, 0, 0, 0);
Axis - Invert Axis Flags
list: pastebin.com/N9unUFWY
Syntax
graphics.startParticleFxNonLoopedOnPedBone(effectName, ped, offsetX, offsetY, offsetZ, rotX, rotY, rotZ, boneIndex, scale, axisX, axisY, axisZ);
Required Arguments
- effectName: String
- ped: Ped handle or object
- offsetX: float
- offsetY: float
- offsetZ: float
- rotX: float
- rotY: float
- rotZ: float
- boneIndex: int
- scale: float
- axisX: Boolean
- axisY: Boolean
- axisZ: Boolean
Return value
- Boolean
Example
todo