Windsor 2 — FiveM vehicle model preview
CoupeVehicle

windsor2

Windsor 2
Spawn Namewindsor2Display NameWindsor 2Hash0x8CF5CAE1CategoryCoupeTypeVehicle
local hash = GetHashKey("windsor2")
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)