Btype 2 — FiveM vehicle model preview
Sports ClassicVehicle

btype2

Btype 2
Spawn Namebtype2Display NameBtype 2Hash0xCE6B35A4CategorySports ClassicTypeVehicle
local hash = GetHashKey("btype2")
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)