SetVehicleSteerBias — RedM Natives
0x84DAAE11E9EE4FC3 · VEHICLE · all
`` Locks the vehicle's steering to the desired angle, explained below. Requires to be called onTick. Steering is unlocked the moment the function stops being called on the vehicle. Steer bias: -1.0 = full right 0.0 = centered steering 1.0 = full left ``
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
| value | float |
Returns
void