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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fivebazaar.gitbook.io/overview/free-scripts/alpynotification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
