• 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 [OPENSOURCE] 5Credits (1 Viewer)

lewwis_

Member
Nov 23, 2023
43
53
18
Credits
2,347

1701693688483.png






Dependencies

  • Standalone. (Working with all servers)
  • Server Artifacts version must be 5848 or higher.
  • Game build must be 2189 or higher.

    Make sure to:
  • Server license key must be owned by the same account which you make the tebex purchase from.
  • Restart server to gain access to the resource in-game.
Features

  • The notify position movable. (Save to FiveM cache)
  • Work with all screen size.
  • Editable: commands, sound, icon, etc.
  • The script use client side export and server side trigger, (Title, Message, Time, Type)
  • Full optimized. 0.00-0.01 ms. (Not use server side.)

[BQ] CONFIG:
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
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • 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