HighLeaks
Help

Brutal Notify (Open Source + Proof)

Zarev28 Zarev28 Started 68 replies 6,694 views 5 Credits

Download Link Locked

Pay 5 credits to unlock the download link for 24 hours.

Login to unlock
#1
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: 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 [attachment removed] Proof: [attachment removed][/attachment][/attachment]
#1
nice stolen hahahaha. .. . . . .
#2
thank you so much ❤️
#3




rodelaguila,

wrote:



nice stolen hahahaha. .. . . . .




If it works, why to complain?
#4




Zarev28,

wrote:



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




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.[/attachment][/attachment]
#5
If it works, why to complain?
#6




rrrrgprs,

wrote:



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




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




Zarev28,

wrote:



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
#8




rrrrgprs,

wrote:



Appreciated bud! that would be the best thing with this notify










rrrrgprs,

wrote:



Appreciated bud! that would be the best thing with this notify




[attachment removed]

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[/attachment]
#9




Zarev28,

wrote:



[attachment removed]

function QBCore.Functions.Notify(text, texttype, length)

if type(text) == "table" then

local ttext = text.text or '...




Thanks again for sharing the code !![/attachment]
#10
thank you so much ❤️
#11
nice thx for share !
#12




Zarev28,

wrote:



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




thanks for sharing this is awesome.[/attachment][/attachment]
#13
thanks for this post nice
#14
thanks for this post nice
#15
thx for share very nice bro !
#16
thank you so much <3
#17
thank you for sharing bro
#18




Zarev28,

wrote:



[attachment removed]

function QBCore.Functions.Notify(text, texttype, length)

if type(text) == "table" then

local ttext = text.text or '...




Why does it not work for every thing?[/attachment]
#19
Thanks for the upload. Thank you bro
#20




Zarev28,

wrote:



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




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?[/attachment][/attachment]