ESX Notify To Overextended Notify
function ESX.ShowNotification(message, notifyType, length)
if GetResourceState("esx_notify") ~= "missing" then
return
lib.notify({
title = 'Server',
description = message,
showDuration = true,
position = 'center-right',
style = {
backgroundColor = '#141517',
color = '#C1C2C5',
['.description'] = {
color = '#909296'
}
},
icon = 'circle-info'
})
end
print("[^1ERROR^7] ^5ESX Notify^7 is Missing!")
endLast updated