SetAirDragMultiplierForPlayersVehicle
DocsSetAirDragMultiplierForPlayersVehicle(player, multiplier)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).
Parameters
| Name | Type | Description |
|---|---|---|
player | Player | — |
multiplier | float | — |
Quick Snippet: Get Playerplayer
playerUse this to get the local player ID or a target player's server ID.
-- Get the local player index (client-side)
local playerId = PlayerId()
-- Get the local player's server ID (for server events)
local serverId = GetPlayerServerId(playerId)
print("Player ID: " .. playerId)
print("Server ID: " .. serverId)
-- Get player ped from a server ID:
-- local targetPed = GetPlayerPed(GetPlayerFromServerId(targetServerId))Vehicle Models

adder
alpha
blade
ardent
asea
cogcabrio
baller
blistaReturns
voidThis native does not return a value.