[Tutorial] ESX Background Notification Color

IMAGE

in es_extended > client.lua > functions.lua > Line 47 and 45 place

ESX.ShowNotification = function(msg)
	SetNotificationBackgroundColor(11) -- 11 blue color
	SetNotificationTextEntry('STRING')
	AddTextComponentSubstringWebsite(msg)
	DrawNotification(false, true)
end
---------------------------------------------------------------------------------------------------------------------------
ESX.ShowAdvancedNotification = function(title, subject, msg, icon, iconType)
	SetNotificationBackgroundColor(11) -- 11 blue color
	SetNotificationTextEntry('STRING')
	AddTextComponentSubstringWebsite(msg)
	SetNotificationMessage(icon, icon, false, iconType, title, subject)
	DrawNotification(false, false)
end
2 Likes

Is this a tutorial?

Yes, an explanation

how can i change the location of the notification,it over laps my hud

how i can change a font ?