Skip to main content

Vehicle::getRandomVehicleFrontBumperInSphere

Syntax​

```js mp.game.vehicle.getRandomVehicleFrontBumperInSphere(p0, p1, p2, p3, p4, p5, p6); ```

Required Arguments​

  • p0: float
  • p1: float
  • p2: float
  • p3: float
  • p4: int
  • p5: int
  • p6: int

Return value​

  • Vehicle handle or object

Example​

```js // todo ```

See also​