Tigon — FiveM vehicle model preview
SuperVehicle

tigon

Tigon
Spawn NametigonDisplay NameTigonHash0xAF0B8D48CategorySuperTypeVehicle
local hash = GetHashKey("tigon")
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)