alpyNotification

  • 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

Last updated

Was this helpful?