Utillitruck 3 — FiveM vehicle model preview
UtilityVehicle

utillitruck3

Utillitruck 3
Spawn Nameutillitruck3Display NameUtillitruck 3Hash0x7F2153DFCategoryUtilityTypeVehicle
local hash = GetHashKey("utillitruck3")
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)