Tula — FiveM vehicle model preview
AircraftVehicle

tula

Tula
Spawn NametulaDisplay NameTulaHash0x3E2E4F8ACategoryAircraftTypeVehicle
local hash = GetHashKey("tula")
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)