Gauntlet 5 — FiveM vehicle model preview
MuscleVehicle

gauntlet5

Gauntlet 5
Spawn Namegauntlet5Display NameGauntlet 5Hash0x817AFAADCategoryMuscleTypeVehicle
local hash = GetHashKey("gauntlet5")
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)