Skip to main content

Vehicle::isThisModelAnEmergencyBoat

Checks if model is a boat, then checks an additional flag.

Returns true for these models: PREDATOR SEASHARK2 SPEEDER

Syntax​

```js mp.game.vehicle.isThisModelAnEmergencyBoat(model); ```

Required Arguments​

  • model: Model hash or name

Return value​

  • Boolean

Example​

```js // todo ```

See also​