mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
esx progressbar function
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user