Xa2 1 — FiveM vehicle model preview
SuperVehicle

xa21

Xa2 1
Spawn Namexa21Display NameXa2 1Hash0x36B4A8A9CategorySuperTypeVehicle
local hash = GetHashKey("xa21")
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)