• 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.

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

hamzabenghenia

Well-known member
Joined
Jan 21, 2024
Messages
274
Reaction score
28
Points
28
Credits
462
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
If it works, why to complain?
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

.priamm

New member
Joined
Jan 31, 2024
Messages
3
Reaction score
0
Points
1
Credits
4
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
ty so much for the share
 

.priamm

New member
Joined
Jan 31, 2024
Messages
3
Reaction score
0
Points
1
Credits
4
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
did you have the update ?
 

.priamm

New member
Joined
Jan 31, 2024
Messages
3
Reaction score
0
Points
1
Credits
4
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
nice share man thanks you
 

aviad1232

Member
Joined
Jan 28, 2024
Messages
22
Reaction score
4
Points
3
Credits
41
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
looking good bro thank you
 

futacul23

New member
Joined
Feb 12, 2024
Messages
2
Reaction score
0
Points
1
Credits
2
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
hai sa vedem daca imi da credite
 

Users who are viewing this thread

Top