Comet 5 — FiveM vehicle model preview
SportsVehicle

comet5

Comet 5
Spawn Namecomet5Display NameComet 5Hash0x276D98A3CategorySportsTypeVehicle
local hash = GetHashKey("comet5")
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)