Primo 2 — FiveM vehicle model preview
SedanVehicle

primo2

Primo 2
Spawn Nameprimo2Display NamePrimo 2Hash0x86618EDACategorySedanTypeVehicle
local hash = GetHashKey("primo2")
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)