Cuban80 0 — FiveM vehicle model preview
AircraftVehicle

cuban800

Cuban80 0
Spawn Namecuban800Display NameCuban80 0Hash0xD9927FE3CategoryAircraftTypeVehicle
local hash = GetHashKey("cuban800")
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)