Velum — FiveM vehicle model preview
AircraftVehicle

velum

Velum
Spawn NamevelumDisplay NameVelumHash0x9C429B6ACategoryAircraftTypeVehicle
local hash = GetHashKey("velum")
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)