Theme editor

  • If you experience issues login with Discord, reset your password and wait 3 minutes for the email!

QBCORE [QBCORE]ATA NOTIFICATION WITH SOUND [IPHONE SYTLE] UPDATED LINK

NELXXDEV

Member
Joined
Sep 14, 2021
Messages
8
Reaction score
0
Points
0
Credits
119
Thread owner
DOWNLOAD :


qb-core/client/functions [replace function]

function QBCore.Functions.Notify(text, textype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
local ttype = textype or 'primary'
local length = length or 5000
--[[SendNUIMessage({
action = 'notify',
type = ttype,
length = length,
text = ttext,
caption = caption
})]]
exports['svnNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",ttext, length,'not1')
else
local ttype = textype or 'primary'
local length = length or 5000
--[[SendNUIMessage({
action = 'notify',
type = ttype,
length = length,
text = text
})]]
exports['svnNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",text, length,'not1')
end
end
 
Last edited:
DOWNLOAD : -=Stripped Content=-


qb-core/client/functions [replace function]

function QBCore.Functions.Notify(text, textype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
local ttype = textype or 'primary'
local length = length or 5000
exports['ataNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",ttext, length,'not1')
else
local ttype = textype or 'primary'
local length = length or 5000
exports['ataNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",text, length,'not1')
end
end
hmm
 
DOWNLOAD : -=Stripped Content=-


qb-core/client/functions [replace function]

function QBCore.Functions.Notify(text, textype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
local ttype = textype or 'primary'
local length = length or 5000
exports['ataNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",ttext, length,'not1')
else
local ttype = textype or 'primary'
local length = length or 5000
exports['ataNotification']:notification('far fa-keyboard text-'..ttype,"Notification","",text, length,'not1')
end
end
o
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
Back
Top Bottom