> For the complete documentation index, see [llms.txt](https://fivebazaar.gitbook.io/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fivebazaar.gitbook.io/overview/free-scripts/alpynotification.md).

# alpyNotification

* TR: FiveM için QBCore Notification scripti.
* EN: QBCore Notification script for FiveM.&#x20;

### Video Showcase

* <https://youtu.be/c9mRIZrad0Q>

### Features

* The script works standalone.
* 0.00 - 0.01 Resmon
* Nice and clean design
* Notification count indicator
* Simple setup and use

### Dependencies

* [qb-core](https://github.com/qbcore-framework/qb-core)

#### 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
```

<details>

<summary></summary>

</details>

<br>
