Skip to main content

Gameplay::clearAreaOfPeds

Example: CLEAR_AREA_OF_PEDS(0, 0, 0, 10000, 1);

Syntax

```js mp.game.gameplay.clearAreaOfPeds(x, y, z, radius, flags); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • flags: int

Return value

  • Undefined

Example

```js // todo ```

See also