Vehicle::isThisModelACar
To check if the model is an amphibious car, see gtaforums.com/topic/717612-v-scriptnative-documentation-and-research/page-33#entry1069317363 (for build 944 and above only!)
Syntax
```js mp.game.vehicle.isThisModelACar(model); ```
Required Arguments
- model: Model hash or name
Return value
- Boolean
Example
```js // todo ```