Change Notifications
Change the Notifications
MSK Core
Config.Notification = 'custom'
Config.customNotification = function(title, message, typ, duration)
-- Add your own clientside Notification here
endSingle Script
Config.Notification = function(source, message, typ)
if IsDuplicityVersion() then
-- Add your serverside notification here
else
-- Add your clientside notification here
end
endESX
Last updated