------------------------- NOTIFICATION SETTINGS ------------------------------------------------------
-- Here you can customize notifications for individual situations
-- Replace "ESX.ShowNotification" with your own notification export if you're not using Mio Notify
Mio.MioNotify = false -- Set this to true if you are using our Mio Notify (https://tebex.mioscripts/mionotify)
Mio.maprepair = function()
ESX.ShowNotification(Mio.Locals.maprepair)
end
Mio.shadow = function(shadowsEnabled)
ESX.ShowNotification(Mio.Locals.shadow .. (shadowsEnabled and Mio.Locals.disabled or Mio.Locals.enabled))
end
Mio.nodirect = function(noDirectEnabled)
ESX.ShowNotification(Mio.Locals.nodirect .. (noDirectEnabled and Mio.Locals.disabled or Mio.Locals.enabled))
end
------------------------- END OF NOTIFICATION SETTINGS --------------------------------------------------