Youga 3 — FiveM vehicle model preview
Van / PickupVehicle

youga3

Youga 3
Spawn Nameyouga3Display NameYouga 3Hash0x6B73A9BECategoryVan / PickupTypeVehicle
local hash = GetHashKey("youga3")
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)