• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

STANDALONE Brutal Notify (Open Source + Proof) (1 Viewer)

gtrboy

Member
Dec 11, 2023
28
5
8
Credits
86
Hello, guys. Here I'm sharing you the Brutal Notify that I Bought and I'll leave proofs that it's open source, so you don't waste your 3 credits. Enjoy! :cool:

-=Stripped Content=-


Notify Installation QBCore:

1.Go to qb-core/client/functions/lua
2.Find: QBCore.Functions.Notify(text, texttype, length)
3.Replace it with this:
function QBCore.Functions.Notify(text, texttype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
else
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end
end

Notify Installation ESX:

1.Go to es-extended/client/functions.lua
2.Find ESX.ShowNotification
3.Replace with this:

function ESX.ShowNotification(message, type, length)
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end

Preview
View attachment 11602
Proof:
View attachment 11601
I added this in the server QBCore V9.1 and added this code to the qb-core functions, but the notifications is not working. Only writes undefined in the right and no notifications are showing. How can i fix that?
 

raj@kumar

Member
Jan 8, 2023
47
0
8
Credits
8
Hello, guys. Here I'm sharing you the Brutal Notify that I Bought and I'll leave proofs that it's open source, so you don't waste your 3 credits. Enjoy! :cool:

-=Stripped Content=-


Notify Installation QBCore:

1.Go to qb-core/client/functions/lua
2.Find: QBCore.Functions.Notify(text, texttype, length)
3.Replace it with this:
function QBCore.Functions.Notify(text, texttype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
else
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end
end

Notify Installation ESX:

1.Go to es-extended/client/functions.lua
2.Find ESX.ShowNotification
3.Replace with this:

function ESX.ShowNotification(message, type, length)
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end

Preview
View attachment 11602
Proof:
View attachment 11601
I need it Thank you
 

thvillabr

Active member
Dec 22, 2023
85
11
18
Brazil
Credits
6
Hello, guys. Here I'm sharing you the Brutal Notify that I Bought and I'll leave proofs that it's open source, so you don't waste your 3 credits. Enjoy! :cool:

-=Stripped Content=-


Notify Installation QBCore:

1.Go to qb-core/client/functions/lua
2.Find: QBCore.Functions.Notify(text, texttype, length)
3.Replace it with this:
function QBCore.Functions.Notify(text, texttype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
else
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end
end

Notify Installation ESX:

1.Go to es-extended/client/functions.lua
2.Find ESX.ShowNotification
3.Replace with this:

function ESX.ShowNotification(message, type, length)
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end

Preview
View attachment 11602
Proof:
View attachment 11601
Very simple and easy, thanks for sharing
 
  • Post hidden due to user being banned.

nytroxlegend

Active member
Dec 30, 2023
113
7
18
Credits
73
Hello, guys. Here I'm sharing you the Brutal Notify that I Bought and I'll leave proofs that it's open source, so you don't waste your 3 credits. Enjoy! :cool:

-=Stripped Content=-


Notify Installation QBCore:

1.Go to qb-core/client/functions/lua
2.Find: QBCore.Functions.Notify(text, texttype, length)
3.Replace it with this:
function QBCore.Functions.Notify(text, texttype, length)
if type(text) == "table" then
local ttext = text.text or 'Placeholder'
local caption = text.caption or 'Placeholder'
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
else
texttype = texttype or 'primary'
length = length or 5000
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end
end

Notify Installation ESX:

1.Go to es-extended/client/functions.lua
2.Find ESX.ShowNotification
3.Replace with this:

function ESX.ShowNotification(message, type, length)
exports['brutal_notify']:SendAlert('Brutal Notify', message, length, type)
end

Preview
View attachment 11602
Proof:
View attachment 11601
Thank you for your information and is
 

Users who are viewing this thread

Top