diff --git a/server/functions.lua b/server/functions.lua index 145ca0a..f921394 100644 --- a/server/functions.lua +++ b/server/functions.lua @@ -433,3 +433,7 @@ function QBCore.Functions.HasItem(source, items, amount) end return false end + +function QBCore.Functions.Notify(source, text, type, length) + TriggerClientEvent('QBCore:Notify', source, text, type, length) +end