• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS [QBCORE]ATA NOTIFICATION WITH SOUND [IPHONE SYTLE] UPDATED LINK (1 Viewer)

NELXXDEV

Member
Joined
Sep 14, 2021
Messages
8
Reaction score
6
Points
3
Credits
95
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
 

Attachments

  • ccf407f25c41210e3a5bb7be61d4649ed8ef8721.jpeg
    ccf407f25c41210e3a5bb7be61d4649ed8ef8721.jpeg
    108.1 KB · Views: 317
Last edited:

ARNABSEN

Member
Joined
Apr 16, 2022
Messages
45
Reaction score
2
Points
8
Credits
20
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
 

ARNABSEN

Member
Joined
Apr 16, 2022
Messages
45
Reaction score
2
Points
8
Credits
20
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.

Users who are viewing this thread

Top