[FREE] AKA Notify | Premium Glassmorphism Notification System
Modern • Smooth • Customizable
Overview
AKA Notify is a modern notification system for FiveM servers designed with a premium glassmorphism interface and the visual identity of the AKA Suite.
Replace the default GTA/FiveM notifications with a clean, immersive and customizable toast system featuring smooth animations, dynamic colors, custom icons and sound feedback.
Built with performance in mind, AKA Notify provides a lightweight notification experience with zero dependencies and easy integration.
Preview
Features
Premium UI
- Modern glassmorphism design
- Smooth slide animations
- Dynamic glow effects
- Clean right-side notification layout
- Immersive visual experience
- Responsive interface
Notification Types
AKA Notify includes multiple notification styles:
| Type | Description |
|---|---|
| Successful actions | |
| Errors and failures | |
| Important warnings | |
| General information | |
| System notifications | |
| Item related messages |
Features
Optimized
Designed for performance:
Zero dependencies
Lightweight NUI system
Minimal resource usage
Clean architecture
Scalable system
Fully Customizable
Every notification can be customized:
Custom HEX colors
Custom SVG icons
Custom titles
Custom duration
Custom sounds
Example:
exports['aka-notify']:ShowNotification(
'Custom message',
'info',
{
title = 'Information',
color = '#00ffff',
duration = 5000
}
)
ESX Compatibility
AKA Notify includes ESX notification support.
Supported:
ESX.ShowNotification()
ESX.ShowAdvancedNotification()
Existing ESX scripts can work without major modifications.
Installation
-
Download the resource.
-
Place it inside your resources folder:
resources/
└── aka-notify
- Add it to your
server.cfg
ensure aka-notify
- Restart your server.
API
Client Side
Simple notification:
exports['aka-notify']:ShowNotification(
'Operation successful',
'success'
)
Advanced notification:
exports['aka-notify']:ShowNotification(
'Something went wrong',
'error',
{
title = 'Error',
color = '#ff0000',
duration = 6000
}
)
Server Side
Send notification to all players:
TriggerClientEvent(
'aka-notify:notification',
-1,
'Server restart in 5 minutes',
'warning'
)
Resource Structure
aka-notify/
├── fxmanifest.lua
├── config.lua
├── client.lua
└── html/
├── index.html
├── style.css
├── config.js
├── script.js
└── assets/
└── notif.mp3
Resource Information
Code is accessible: Yes
Subscription-based: No
Lines: ~468
Requirements:
- FiveM Server
- ESX Legacy (optional)
Dependencies:
- None
Support: Yes
Download
GitHub:
AKA Suite
AKA Notify is part of the AKA Suite, a collection of premium FiveM resources focused on:
- Modern interfaces
- Smooth animations
- Performance
- Customization
- Immersive gameplay
Made with ❤️ by AKA Studio