es-extended/client/functions.lua ya gelip;
Aşağıda bulunan kodu arattırmalısın
ESX.ShowNotification = function(msg)
SetNotificationTextEntry('STRING')
AddTextComponentSubstringPlayerName(msg)
DrawNotification(false, true)
end
REPLACE/DEĞİŞTİR
ESX.ShowNotification = function(msg)
exports['mythic_notify']:SendAlert('inform', msg)
end
Bu şekilde değiştirerek tüm ESX.ShowNotification bildirimlerini mythic notifye entegre edersin - mythicnotify kullanman gerekmekte.
Sonucunda bütün mesajlar sağ üstten bildirim olarak çıkıcak.