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

  1. Download the Resource:

  2. Extract Files:

    • Extract the aura_notify-2 folder into your server's resources directory.

    • Place it in the resources folder for organization.

  3. Add to Server Configuration:

    • Open your server.cfg file.

    • Add the following line:

      ensure aura_notify
  4. 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/2q8ZBSWPv7arrow-up-right

Version

Current Version: 2.0

Last updated