Native referenceFiveM

SET_AIR_DRAG_MULTIPLIER_FOR_PLAYERS_VEHICLE

0xCA7DC8329F0A1E9E PLAYER
FUNCTION SIGNATURE
void SET_AIR_DRAG_MULTIPLIER_FOR_PLAYERS_VEHICLE(Player player, float multiplier);
Property Value
Native Name SET_AIR_DRAG_MULTIPLIER_FOR_PLAYERS_VEHICLE
Hash 0xCA7DC8329F0A1E9E
Return Type void
Parameters player (Player), multiplier (float)

Description: ``` This can be between 1.0f - 14.9f
You can change the max in IDA from 15.0. I say 15.0 as the function blrs if what you input is greater than or equal to 15.0 hence why it's 14.9 max default.
On PC the multiplier can be between 0.0f and 50.0f (inclusive).

Back to PLAYER