fix(client/functions): notify text type

This commit is contained in:
BerkieBb
2022-03-01 21:10:38 +01:00
committed by GitHub
parent 3da18e61ea
commit 815ff542ac
+1 -1
View File
@@ -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