Youga 4 — FiveM vehicle model preview
Van / PickupVehicle

youga4

Youga 4
Spawn Nameyouga4Display NameYouga 4Hash0x589A840CCategoryVan / PickupTypeVehicle
local hash = GetHashKey("youga4")
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)