aura_notify
Aura Notify v2 Documentation
Features
8 Notification Types: Success, Error, Warning, Cash, Bank, Police, EMS, and Info notifications
Smooth Animations: Clean & Neat transitions for reactiveness.
Sound Effects: Alert Sound FX on notification show.
Progress Bars: Visual duration indicators for notifications
Customizable Positions: Fully customizable from a player's POV, allowing total freedom
Standalone: Works with all frameworks
Installation
Download the Resource:
Purchase and download the
aura_notify-v2resource from the official tebex store.
Extract Files:
Extract the
aura_notify-2folder into your server'sresourcesdirectory.Place it in the
resourcesfolder for organization.
Add to Server Configuration:
Open your
server.cfgfile.Add the following line:
ensure aura_notify
Restart Server:
Restart your server to load the resource.
Usage
Snippets For Frameworks
ESX Legacy
Replace the ESX.ShowNotification function in es_extended/client/functions.lua:
This replaces all existing ESX notifications to use Aura Notify.
QB-Core
Replace the QBCore.Functions.Notify function in qb-core/client/functions.lua:
This ensures all QB-Core notifications use Aura Notify.
Example Usage in Scripts
Notification Types
success: Green notification for positive actions
error: Red notification for errors
warning: Yellow notification for warnings
cash: Cash-related notifications
bank: Bank-related notifications
police: Police department notifications
ems: Emergency medical services notifications
info: General information notifications
Parameters
type: The notification type (string)
message: The notification message (string)
length: Duration in milliseconds (number, optional)
Support
For support, join our Discord server: https://discord.gg/2q8ZBSWPv7
Version
Current Version: 2.0
Last updated