ProgressBar

qb-core/client/functions.lua

function QBCore.Functions.Progressbar(name, label, duration, useWhileDead, canCancel, disableControls, animation, prop, propTwo, onFinish, onCancel)
    exports['ZSX_UIV2']:ProgressBar('fas fa-circle-notch', label, duration, onFinish, onCancel, canCancel, disableControls, animation, prop, propTwo)
end

Last updated