SetSpecialFlightModeRatio — FiveM Natives
0xD138FA15C9776837 · VEHICLE · all
Used alongside SET_SPECIAL_FLIGHT_MODE_TARGET_RATIO, this function initiates hover transformation for vehicles with a hover mode, like the Deluxo, based on a specified ratio (0.0 to 1.0). Incorrect values can glitch the vehicle. Without pairing, vehicles revert to car mode. Ineffective on the oppressor2
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to which the ratio will be applied. |
| ratio | float | A value between 0.0 and 1.0 indicating the target state for the vehicle's hover mode transition. In decompiled scripts, a common usage is 0.75 - GetFrameTime(). Exceeding the maximum can cause the `Deluxo's` wheels to glitch, delaying their return to the initial position. |
Returns
void