Savage — FiveM vehicle model preview
AircraftVehicle

savage

Savage
Spawn NamesavageDisplay NameSavageHash0xFB133A17CategoryAircraftTypeVehicle
local hash = GetHashKey("savage")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local vehicle = CreateVehicle(hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)