SetVehicleWheelBrakePressure — FiveM Natives
0xE80F4E31 · CFX · client
Sets brake pressure of a wheel. Max number of wheels can be retrieved with the native GET_VEHICLE_NUMBER_OF_WHEELS. Normal values around 1.0f
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
| wheelIndex | int |
| pressure | float |
Returns
void