• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

STANDALONE Brutal Notify [OPENSOURCE] 5Credits (1 Viewer)

lewwis_

Member
Nov 23, 2023
42
45
18
Credits
2,665

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