Panthere — FiveM vehicle model preview
Sports ClassicVehicle

panthere

Panthere
Spawn NamepanthereDisplay NamePanthereHash0x7D326F04CategorySports ClassicTypeVehicle
local hash = GetHashKey("panthere")
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)