diff --git a/[esx]/esx_progressbar/readme.md b/[esx]/esx_progressbar/readme.md index a484863e..f907fa85 100644 --- a/[esx]/esx_progressbar/readme.md +++ b/[esx]/esx_progressbar/readme.md @@ -1,15 +1,7 @@ ## Use -* true = freeze player, turn it to false if u dont want it to freeze player - -* Without Animation ```lua - ESX.Progressbar("Text Here", 3000, true ,{animation = {},onFinish = function() print("Finish") end}) -``` + ESX.Progressbar("test", 25000,{FreezePlayer = false, animation ={type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, onFinish = function() -* With Animation - -```lua -* ESX.Progressbar("Text Here", 3000, true ,{animation ={type = "anim" ,dict = animdicthere , lib = animnamehere },onFinish = function() print("Finish") end}) -``` \ No newline at end of file +```