Skip to main content

Streaming::isModelAVehicle

Returns whether the specified model represents a vehicle.

Syntax

```js mp.game.streaming.isModelAVehicle(model); ```

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

```js // todo ```

See also