GTA V NativesgraphicsGraphics::removeParticleFxInRangeOn this pageGraphics::removeParticleFxInRangeSyntax ```js mp.game.graphics.removeParticleFxInRange(X, Y, Z, radius); ``` Required Arguments X: float Y: float Z: float radius: float Return value Undefined Example ```js // todo ``` See also