Slamvan 4 — FiveM vehicle model preview
MuscleVehicle

slamvan4

Slamvan 4
Spawn Nameslamvan4Display NameSlamvan 4Hash0x8526E2F5CategoryMuscleTypeVehicle
local hash = GetHashKey("slamvan4")
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)