diff --git a/[esx]/es_extended/client/functions.lua b/[esx]/es_extended/client/functions.lua index c977da40..44d0931c 100644 --- a/[esx]/es_extended/client/functions.lua +++ b/[esx]/es_extended/client/functions.lua @@ -80,7 +80,7 @@ end function ESX.ShowNotification(message, type, length) if Config.NativeNotify then BeginTextCommandThefeedPost('STRING') - AddTextComponentSubstringPlayerName(msg) + AddTextComponentSubstringPlayerName(message) EndTextCommandThefeedPostTicker(0,1) else exports["esx_notify"]:Notify(type, length, message)