Jb70 0 — FiveM vehicle model preview
Sports ClassicVehicle

jb700

Jb70 0
Spawn Namejb700Display NameJb70 0Hash0x3EAB5555CategorySports ClassicTypeVehicle
local hash = GetHashKey("jb700")
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)