StartNetworkedParticleFxNonLoopedAtCoord — FiveM Natives
0xF56B8137DF10135D · GRAPHICS · all
NOTE: the USE_PARTICLE_FX_ASSET needs to be called before EVERY StartNetworkedParticleFxNonLoopedAtCoord(....) call! List with lots of particle effects: https://vespura.com/fivem/particle-list/ Note: Not all particles on this list are for non looped and vice versa, neither are all of them suited/meant to have SetParticleFxNonLoopedColour(....) called on them. `` NativeDB Added Parameter 12: BOOL p11 ``
Parameters
| Name | Type |
|---|---|
| effectName | char* |
| xPos | float |
| yPos | float |
| zPos | float |
| xRot | float |
| yRot | float |
| zRot | float |
| scale | float |
| xAxis | BOOL |
| yAxis | BOOL |
| zAxis | BOOL |
Returns
BOOL