BB Notify

Notify Documentation


Introduction

Welcome to the official documentation for the BB Notify script for FiveM! This guide will help you install, configure, and get the most out of your notification system experience.


Features

  • Modern & responsive notification UI

  • Supports QBCore, ESX, and standalone

  • Multi-language support (English & Turkish)

  • Customizable notification styles (color, position, size, etc.)

  • Notification history & menu commands

  • Four notification types: Normal, Success, Inform, Error

  • Easy integration with your scripts


Supported Frameworks

BB Notify is compatible with all major FiveM frameworks:

  • QBCore

  • ESX

  • QBOX


Commands

  • /notifysettings - Open notification settings menu

  • /notifyhistory - Show notification history

  • /notifytest - Show test notifications


Usage Example

-- Using event (client-side)
TriggerEvent('bb_notify:client:Notify', 'Title', 'This is a message', 'success', 5000)

-- Using event (server-side)
TriggerClientEvent('bb_notify:client:Notify', source, 'Title', 'This is a message', 'success', 5000)

-- Using export (client-side)
exports['bb_notify']:Notify('success', 'Title', 'This is a message', 5000)

Support & Contact

  • For support, join our Discord.

  • For bug reports, open an issue or contact us via Discord.


Thank you for choosing BB Store!

Last updated