mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Use
-
true = freeze player, turn it to false if u dont want it to freeze player
-
Without Animation
ESX.Progressbar("Text Here", 3000, true ,{animation = {},onFinish = function() print("Finish") end})
- With Animation
* ESX.Progressbar("Text Here", 3000, true ,{animation ={type = "anim" ,dict = animdicthere , lib = animnamehere },onFinish = function() print("Finish") end})