Patriot 3 — FiveM vehicle model preview
SUVVehicle

patriot3

Patriot 3
Spawn Namepatriot3Display NamePatriot 3Hash0xD80F4A44CategorySUVTypeVehicle
local hash = GetHashKey("patriot3")
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)