Mule 4 — FiveM vehicle model preview
CommercialVehicle

mule4

Mule 4
Spawn Namemule4Display NameMule 4Hash0x73F4110ECategoryCommercialTypeVehicle
local hash = GetHashKey("mule4")
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)