[UI] Dynamic Progress Bar [1.1]

A script by Sergey_Lucky

No reviews yet.
[UI] Dynamic Progress Bar [1.1] main image

Price

Unknown

Full Description

Dynamic progress bar
BUY TEBEX | DEMO

You can edit for every progress

  • Stripe color
  • Time
  • Text
  • Icon
  • Animation for the character
-- trigger example (can be sent from any resource)
TriggerEvent('progressStart', 'hack')
TriggerEvent('progressStart', 'medkit')

-- list
local actions = {
	{ text = 'First Aid Fit', timeout = 5, color = "#F00", img = 'aid_kit.png'},
	{ text = 'Hack', timeout = 15, color = "#505050", img = 'hack.png', dict = "mp_fbi_heist", anim = "loop" },
	{ text = 'Repair', timeout = 10, color = "rgb(200,100,63)", img = 'repair.png', dict = "mini@repair", anim = "fixing_a_ped" }
}