GTA V NativesgraphicsGraphics::stopParticleFxLoopedOn this pageGraphics::stopParticleFxLoopedp1 is always 0 in the native scripts Syntax ```js mp.game.graphics.stopParticleFxLooped(ptfxHandle, p1); ``` Required Arguments ptfxHandle: int p1: Boolean Return value Undefined Example ```js // todo ``` See also