Ingot — FiveM vehicle model preview
SedanVehicle

ingot

Ingot
Spawn NameingotDisplay NameIngotHash0xB3206692CategorySedanTypeVehicle
local hash = GetHashKey("ingot")
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)