SetVehicleGearRatio — FiveM Natives
0x496EF2F2 · CFX · client
Sets the vehicles gear ratio on choosen gear, reverse gear needs to be a negative float and forward moving gear needs to be a positive float. Refer to the examples if confused.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle handle. |
| gear | int | The vehicles gear you want to change. |
| ratio | float | The gear ratio you want to use. |
Returns
void