Client
Last updated
bridge.progressbar.show({
duration = 5000,
title = "Example Progress Bar",
useWhileDead = false,
canCancel = true,
}, function()
print("success")
end, function()
print("cancel")
end)bridge.progressbar.show({
duration = 5000,
title = "Example Progress Bar",
useWhileDead = false,
canCancel = true,
animation = {
dict = "rcmnigel1c",
anim = "hailing_whistle_waive_a",
flag = 0,
},
disable = {
move = true,
car = true,
combat = true,
},
}, function()
print("success")
end, function()
print("cancel")
end)bridge.progressbar.isActive()bridge.progressbar.isActive()bridge.progressbar.cancel()bridge.progressbar.cancel()