progressbar

Progressbar


How to use:

Client side using exports

Example:

Props Example:


chevron-rightisDoingSomething()hashtag
chevron-rightProgressWithStartEvent(data: table, start: function, finish: function)hashtag
chevron-rightProgressWithTickEvent(data: table, tick: function, finish: function)hashtag
chevron-rightProgressWithTickEvent(data: table, start: function, tick: function, finish: function)hashtag

QBCore Integration:

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

Last updated