Seabreeze — FiveM vehicle model preview
AircraftVehicle

seabreeze

Seabreeze
Spawn NameseabreezeDisplay NameSeabreezeHash0xE8983F9FCategoryAircraftTypeVehicle
local hash = GetHashKey("seabreeze")
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)