Rogue — FiveM vehicle model preview
AircraftVehicle

rogue

Rogue
Spawn NamerogueDisplay NameRogueHash0xC5DD6967CategoryAircraftTypeVehicle
local hash = GetHashKey("rogue")
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)