benden önceki verilen her iki cevap da dogru.
Biraz detaya inmek gerekirse, bildirim veren script in içerisini ac ve mythic_notify exportlarini veya (help)notificationlari herhangi baska bir notify sistemi ile degistir.
örnek olarak pNotify i kullanmak istersen(
) :
Client:
ESX.ShowHelpNotification("~BLIP_INFO_ICON~ " .. Config.CarLock.NotCarFound)
veya
ESX.ShowNotification("No vehicles to lock nearby.")
veya
TriggerClientEvent("es_freeroam:notify", source, "CHAR_SIMEON", 1, "Simeon", false, "Great choice, Now go register your vehicle at the big red P!\n")
Bununla degistir:
exports.pNotify:SendNotification({text = "Great choice, Now go register your vehicle at the big red P!", type = "success", queue = "left", timeout = 4000, layout = "centerRight"})
veya
TriggerEvent("pNotify:SendNotification", {text = "Test text", type = "info", queue = "vehiclemenu", timeout = 700, layout = "bottomCenter"})
vs. vs. vs.
yani kisacasi notify verilen yerleri hangi sistemi istiyorsan onunda degistirmen gerekir teker teker.