Zion 3 — FiveM vehicle model preview
Sports ClassicVehicle

zion3

Zion 3
Spawn Namezion3Display NameZion 3Hash0x6F039A67CategorySports ClassicTypeVehicle
local hash = GetHashKey("zion3")
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)