Z19 0 — FiveM vehicle model preview
Sports ClassicVehicle

z190

Z19 0
Spawn Namez190Display NameZ19 0Hash0x3201DD49CategorySports ClassicTypeVehicle
local hash = GetHashKey("z190")
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)