Skip to main content

Vehicle::isAnyVehicleNearPoint

Syntax

```js mp.game.vehicle.isAnyVehicleNearPoint(x, y, z, radius); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float

Return value

  • Boolean

Example

```js // todo ```

See also