This commit is contained in:
Mycroft
2022-09-16 00:50:49 +01:00
9 changed files with 124 additions and 124 deletions
+8 -3
View File
@@ -84,9 +84,14 @@ function ESX.Progressbar(message, length, Options)
end
function ESX.ShowNotification(message, type, length)
exports["esx_notify"]:Notify(message, length, type)
end
if GetResourceState("esx_notify") ~= "missing" then
exports["esx_notify"]:Notify(type, length, message)
else
print("[ERROR] Missing esx_notify")
end
end
function ESX.TextUI(message, type)
if GetResourceState("esx_textui") ~= "missing" then
exports["esx_textui"]:TextUI(message, type)
-1
View File
@@ -73,5 +73,4 @@ files {
dependencies {
'oxmysql',
'spawnmanager',
'esx_notify',
}