Luxor 2 — FiveM vehicle model preview
AircraftVehicle

luxor2

Luxor 2
Spawn Nameluxor2Display NameLuxor 2Hash0xB79F589ECategoryAircraftTypeVehicle
local hash = GetHashKey("luxor2")
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)