From a643c70dcfbe5d9e8bf15e3cdd8ccb9a33bd84b0 Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:35:26 +0200 Subject: [PATCH] fixes --- [esx]/es_extended/client/functions.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/[esx]/es_extended/client/functions.lua b/[esx]/es_extended/client/functions.lua index 707dcd50..c977da40 100644 --- a/[esx]/es_extended/client/functions.lua +++ b/[esx]/es_extended/client/functions.lua @@ -79,7 +79,7 @@ end function ESX.ShowNotification(message, type, length) if Config.NativeNotify then - BeginTextCommandThefeedPost('STRING') + BeginTextCommandThefeedPost('STRING') AddTextComponentSubstringPlayerName(msg) EndTextCommandThefeedPostTicker(0,1) else @@ -87,6 +87,7 @@ function ESX.ShowNotification(message, type, length) end end + function ESX.ShowAdvancedNotification(sender, subject, msg, textureDict, iconType, flash, saveToBrief, hudColorIndex) if saveToBrief == nil then saveToBrief = true end AddTextEntry('esxAdvancedNotification', msg)