diff --git a/[esx]/es_extended/client/functions.lua b/[esx]/es_extended/client/functions.lua index 44d0931c..75c65a24 100644 --- a/[esx]/es_extended/client/functions.lua +++ b/[esx]/es_extended/client/functions.lua @@ -77,6 +77,11 @@ function ESX.SetPlayerData(key, val) end end +function ESX.Progressbar(message,length, FreezePlayer,animation, onFinish) + exports["esx_progressbar"]:Progressbar(message,length, FreezePlayer,animation, onFinish) +end + + function ESX.ShowNotification(message, type, length) if Config.NativeNotify then BeginTextCommandThefeedPost('STRING')