Skip to main content

Vehicle::getVehicleModelMaxTraction

Returns max traction of the specified vehicle model.

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

Syntax

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

Required Arguments

  • modelHash: Model hash or name

Return value

  • float

Example

```js // todo ```

See also