Skip to main content

Graphics::removeParticleFxInRange

Syntax​

```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​