Vehicle::getVehicleModelAcceleration
Returns the acceleration of the specified model.
For a full list, see here: pastebin.com/GaN6vT4R
Syntax
```js mp.game.vehicle.getVehicleModelAcceleration(modelHash); ```
Required Arguments
- modelHash: Model hash or name
Return value
- float
Example
```js // todo ```