mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 04:01:24 +00:00
fix(client/functions): notify text type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user