Hermes — FiveM vehicle model preview
MuscleVehicle

hermes

Hermes
Spawn NamehermesDisplay NameHermesHash0x00E83C17CategoryMuscleTypeVehicle
local hash = GetHashKey("hermes")
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)