Sc 1 — FiveM vehicle model preview
SuperVehicle

sc1

Sc 1
Spawn Namesc1Display NameSc 1Hash0x5097F589CategorySuperTypeVehicle
local hash = GetHashKey("sc1")
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)