GTA V NativesgraphicsGraphics::setParticleFxLoopedAlphaOn this pageGraphics::setParticleFxLoopedAlphaSyntax ```js mp.game.graphics.setParticleFxLoopedAlpha(ptfxHandle, alpha); ``` Required Arguments ptfxHandle: int alpha: float Return value Undefined Example ```js // todo ``` See also