Retinue 2 — FiveM vehicle model preview
Sports ClassicVehicle

retinue2

Retinue 2
Spawn Nameretinue2Display NameRetinue 2Hash0x79178F0ACategorySports ClassicTypeVehicle
local hash = GetHashKey("retinue2")
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)