Cognoscenti 2 — FiveM vehicle model preview
SedanVehicle

cognoscenti2

Cognoscenti 2
Spawn Namecognoscenti2Display NameCognoscenti 2Hash0xDBF2D57ACategorySedanTypeVehicle
local hash = GetHashKey("cognoscenti2")
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)