# Glitch Notifications

## Glitch Notifications System [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

<figure><img src="https://2927877880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FziSLuezZUjrOKtjTGbWi%2Fuploads%2FfVIFOp5CCAUJGW7IZhU8%2Fglitchstudiosthumbnail.png?alt=media&#x26;token=7595bc7a-1feb-4ede-a0ff-c16f83747b13" alt=""><figcaption></figcaption></figure>

Video Showcase: <https://youtu.be/DZlsYaucRYQ>

Github Resource: <https://github.com/Gl1tchStudios/glitch-notifications>

### Overview

Glitch Notifications is a dynamic notification system for FiveM, allowing developers to display customizable notifications with titles, dividers, and multiple text boxes. The system supports adding, updating, and removing individual text boxes, as well as toggling notifications on and off.

### Features

* Customizable notifications with titles, dividers, and text boxes.
* Add, update, or remove individual text boxes dynamically.
* Toggle notifications on or off with a single command.
* Support for custom colors and animations.
* Easy integration with FiveM using exports.

**Multiple Notifications Example:**

<div align="left"><figure><img src="https://2927877880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FziSLuezZUjrOKtjTGbWi%2Fuploads%2FtGiDofKY0lybIRlbHLwF%2Fezgif.com-optimize.gif?alt=media&#x26;token=8dc9cd9a-e3e8-4ebe-90ad-63f043fbdba3" alt=""><figcaption></figcaption></figure></div>

**Coloured Notifications Example:**

<div align="left"><figure><img src="https://2927877880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FziSLuezZUjrOKtjTGbWi%2Fuploads%2FYeNirW4KOBpj8YZjAf6q%2FDiscord_PrRp28EYVy-min.gif?alt=media&#x26;token=f027508a-9124-402f-b51b-08220b8ee821" alt=""><figcaption></figcaption></figure></div>

**Timer Notifications Example:**

![](https://2927877880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FziSLuezZUjrOKtjTGbWi%2Fuploads%2Fu47QKCvxfryhwGsbaK8c%2FDiscord_HWEEQlgrkK-min.gif?alt=media\&token=e4b5a987-663a-4dfc-a663-7f05189ffe87)

### File Structure

```
glitch-notifications
├── client
│   ├── main.lua        # Main client-side script
│   └── ui
│       ├── index.html  # HTML structure for the UI
│       ├── style.css   # Styles for the UI
│       └── script.js   # JavaScript logic for dynamic notifications
├── server
│   └── main.lua        # Main server-side script
├── fxmanifest.lua      # Resource manifest
└── README.md           # Project documentation
```

### 📜 Credits

* **Developed by** Luma in collaboration with Glitch Studios
* **Special thanks** to the FiveM community for support and inspiration

***

### 📜 License

This project is licensed under the **GNU General Public License v3.0** - see the LICENSE file for details.

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

For support or inquiries, please join and open a ticket in our [Discord Server](https://discord.com/invite/PAQX8ANEfw).
