taskbarskill
MiniGame for RedM | Standalone
Credits: https://github.com/firestix77/taskbarskill | I only edited the CSS
Usage Example:
RegisterCommand('minigame', function()
local finished = exports['taskbarskill']:taskBar(3700, 1)
if finished == 100 then
print('done')
else
print('none')
end
end)