SetVehicleWheelTireColliderSize — FiveM Natives
0xB962D05C · CFX · client
Use along with SetVehicleWheelSize to resize the wheels (this native sets the collider size affecting physics while SetVehicleWheelSize will change visual size).
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to obtain data for. |
| wheelIndex | int | Index of wheel, 0-3. |
| value | float | Radius of tire collider. |
Returns
void