Dubsta 3 — FiveM vehicle model preview
Off-RoadVehicle

dubsta3

Dubsta 3
Spawn Namedubsta3Display NameDubsta 3Hash0xB6410173CategoryOff-RoadTypeVehicle
local hash = GetHashKey("dubsta3")
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)