Hotring — FiveM vehicle model preview
SportsVehicle

hotring

Hotring
Spawn NamehotringDisplay NameHotringHash0x42836BE5CategorySportsTypeVehicle
local hash = GetHashKey("hotring")
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)