RedM Bar Minigame
ensure fx-minigame
in the top of your resources.cfg
- credit goes to the firestix77 taskbarskill for basecode and functionality
RegisterCommand("minigame", function()
local finished = exports["fx-minigame"]:taskBar(3700, 1)
if finished == 100 then
print('done')
end
end)