Skip to main content

Vehicle::getVehicleModelMaxBraking

Returns max braking of the specified vehicle model.

For a full list, see here: pastebin.com/3N8DVbpG

Syntax​

```js mp.game.vehicle.getVehicleModelMaxBraking(modelHash); ```

Required Arguments​

  • modelHash: Model hash or name

Return value​

  • float

Example​

```js // todo ```

See also​