rprogress icon indicating copy to clipboard operation
rprogress copied to clipboard

Customisable radial progress bars for FiveM

Results 7 rprogress issues
Sort by recently updated
recently updated
newest added

You can spam and after spam it will be stuck

enhancement

Changed code to RegisterNUICallback('progress_minigame_input', function(data, cb) if(not MiniGameCompleted) then if OnComplete ~= nil then OnComplete(data.success == true) end StopAnimation() MiniGameCompleted = true end cb('ok') end)

You can't really start a minigame one after another, they have to have a Wait between them to work correctly, otherways new minigame will not be shown.

![Screenshot_1846](https://user-images.githubusercontent.com/29462114/157391764-897678c6-5747-419d-bac4-d64d802439dc.png)

bug

Hi, can you adding props function?

enhancement