GTA V NativesgraphicsGraphics::setParticleFxLoopedScaleOn this pageGraphics::setParticleFxLoopedScaleSyntax ```js mp.game.graphics.setParticleFxLoopedScale(ptfxHandle, scale); ``` Required Arguments ptfxHandle: int scale: float Return value Undefined Example ```js // todo ``` See also