diff --git a/client/functions.lua b/client/functions.lua index 535737f..19f99ba 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -113,7 +113,7 @@ function QBCore.Functions.Notify(text, texttype, length) length = length or 5000 SendNUIMessage({ action = 'notify', - type = textype, + type = texttype, length = length, text = ttext, caption = caption