# DMD Store Zone Notify
A premium, highly customizable, and modern zone notification system for FiveM servers. This script provides an immersive notification experience when players enter or exit specific areas on your server. Designed with an elegant, minimalist UI and fully centralized configuration.
## 🌟 Features
* **Modern & Clean UI:** High-quality, sleek notification design using premium typography (Bebas Neue & Oswald).
* **Dynamic Colors:** Automatically changes the notification color based on the specific zone the player enters.
* **Entry & Exit Detection:** Seamlessly detects and notifies players both when they enter and leave a defined zone radius.
* **Fully Customizable:** Everything from zone locations, radiuses, colors, display durations, and custom texts can be configured.
* **Easy Configuration:** No HTML/CSS knowledge required! All settings (both game logic and UI parameters) are controlled via a single `config.lua` file.
* **Standalone:** Works perfectly with any framework (dmdCore, ESX, vRP, Custom) out of the box, as it relies entirely on native FiveM functions.
## ⚙️ Configuration (`config.lua`)
You can easily customize the zone notification system by editing the `config.lua` file in the main directory:
- Add unlimited custom zones using specific coordinates (`vector3`).
- Adjust the `radius` (size) for each zone.
- Assign a unique hex `color` to each zone notification.
- Customize the entry ("BÖLGE GİRİŞİ") and exit ("BÖLGEDEN ÇIKIŞ") labels.
- Adjust the UI `DisplayDuration` and `FadeDuration` without touching JS/CSS files.
## 📦 Installation
2. Place the `dmd-zonenotify` (or your renamed folder) into your server's `resources` directory.
3. Make sure the folder name matches what you type in your server configuration.
**Configure** the script by editing `config.lua` to match your server's custom zones and desired colors.
**Start** the resource by adding the following line to your `server.cfg`:
```cfg
ensure dmd-zonenotify
```
## 🔗 Links & Support
* **Discord:** [Join our community for support!](https://discord.gg/8yEMHnkRAV)
* **Tebex (Store):** [DMD Store](https://dmd.tebex.io)
* **YouTube:** [Watch Showcases](https://www.youtube.com/@dmdstorefivem)