Files
esx_core/[esx]/esx_progressbar
2022-04-30 13:23:08 +01:00
..
2022-04-28 18:29:06 +02:00
2022-04-28 18:29:06 +02:00
2022-04-29 15:59:38 +01: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})