Sentinel 2 — FiveM vehicle model preview
CoupeVehicle

sentinel2

Sentinel 2
Spawn Namesentinel2Display NameSentinel 2Hash0x3412AE2DCategoryCoupeTypeVehicle
local hash = GetHashKey("sentinel2")
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)