Welcome To FiveBazaar Documentation
Discord
  • Welcome To FiveBazaar Documentation
  • 🎖️PAİD Scripts
  • ❤️‍🩹Free Scripts
    • vicc-announcement
    • vicc-illegal
    • alpyNotification
    • avnc-loadout
    • avnc-cdq
  • five-illegalv2
    • Installation
    • Configuration
  • five-pedmanager
    • Installation
    • Usage
Powered by GitBook
On this page
  • Video Showcase
  • Features
  • Dependencies

Was this helpful?

  1. Free Scripts

alpyNotification

Previousvicc-illegalNextavnc-loadout

Last updated 1 year ago

Was this helpful?

  • TR: FiveM için QBCore Notification scripti.

  • EN: QBCore Notification script for FiveM.

Video Showcase

Features

  • The script works standalone.

  • 0.00 - 0.01 Resmon

  • Nice and clean design

  • Notification count indicator

  • Simple setup and use

Dependencies

Installation

  • Download the script and put it in the [qb] directory.

  • Follow the steps to change qb-core default notifications:

  1. Go to qb-core > client > functions.lua

  2. Go to line 83 / search using CTRL + F QBCore.Functions.Notify

  3. Replace the QBCore.Functions.Notify function with the following:

function QBCore.Functions.Notify(text, notifytype, time)
    if type(text) == "table" then
        exports["alpyNotification"]:Notify(text.text, notifytype, time)
    else
        exports["alpyNotification"]:Notify(text, notifytype, time)
    end
end

❤️‍🩹
https://youtu.be/c9mRIZrad0Q
qb-core