progressbar

Progressbar


How to use:

Client side using exports

Example:

Props Example:


isDoingSomething()
ProgressWithStartEvent(data: table, start: function, finish: function)
ProgressWithTickEvent(data: table, tick: function, finish: function)
ProgressWithTickEvent(data: table, start: function, tick: function, finish: function)

QBCore Integration:

Edit qb-core/client/functions.lua, replace the function QBCore.Functions.Progressbar(line 121) with:

Last updated