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

  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

rrrrgprs

Active member
Joined
Jan 10, 2023
Messages
57
Reaction score
9
Points
8
Credits
340
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=-

Preview

View attachment 11602
Proof:
View attachment 11601
Thanks for sharing. Could you or anyone reading my reply possibly share the code to replace it with the default qbcore notify. That would make things a lot easier.
 
  • Post hidden due to user being banned.

rrrrgprs

Active member
Joined
Jan 10, 2023
Messages
57
Reaction score
9
Points
8
Credits
340
I will do it, I'll share instructions to install it as no one really provides how to, give me a few hours to get ack home.
Appreciated bud! that would be the best thing with this notify
 
  • Post hidden due to user being banned.

rrrrgprs

Active member
Joined
Jan 10, 2023
Messages
57
Reaction score
9
Points
8
Credits
340
View attachment 11610
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
Thanks again for sharing the code !!
 

eazymac803

Member
Joined
Jun 1, 2023
Messages
30
Reaction score
2
Points
8
Credits
15
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
thanks for sharing this is awesome.
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Freddy23

Member
Joined
Aug 27, 2023
Messages
14
Reaction score
10
Points
3
Credits
493
View attachment 11610
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
Why does it not work for every thing?
 

Users who are viewing this thread

Top