📌NOXEN NOTIFY

Noxen Notify

Join our Discord

A simple, standalone, and highly customizable notification system for FiveM

📖 Introduction

Noxen Notify is a modern and flexible notification system designed to enhance communication on your FiveM server. With an elegant interface and extensive customization options, you can precisely control where and how your notifications appear on the screen.

✨ Features

🎯 Custom Positioning

Choose from 8 different positions for your notifications:

  • top-left - Top left corner

  • top-right - Top right corner

  • bottom-left - Bottom left corner

  • bottom-right - Bottom right corner

  • center-top - Center top

  • center-left - Center left

  • center-right - Center right

  • center-bottom - Center bottom

🔧 Standalone

  • No dependencies required

  • Works autonomously

  • Easily adaptable to any server

🎨 Highly Customizable

  • 4 notification types: success, error, info, warning

  • Configurable display duration

  • Custom sound support

  • Image support

⚡ Easy to Use

  • Quick installation

  • Simple and intuitive API

  • Built-in test command

📦 Installation

  1. Download the resource

  2. Place the noxen_notify folder in your resources directory

  3. Add ensure noxen_notify to your server.cfg

  4. Restart your server

⚙️ Configuration

The config.lua file allows you to customize the system behavior:

Configuration Options

Option
Type
Default
Description

Position

string

"center-left"

Notification position on screen

CommandTest

boolean

true

Enable/disable test command

💻 Usage

Main Event

The noxen:notify event is used to trigger a notification.

Parameters

Parameter
Type
Default
Description

title

string

"Notification"

Notification title

message

string

"Message"

Notification content

type

string

"info"

Type: success, error, info, warning

time

number

5000

Display duration in milliseconds

playSound

boolean

false

Play sound with notification

image

string

false

Image URL to display

Usage Examples

📱 Client Side

🖥️ Server Side

🧪 Test Command

If Config.CommandTest is enabled, you can test the system with:

Example:

🎨 Notification Types

Success

  • Color: Green

  • Icon: Check

  • Sound: success.mp3

Error

  • Color: Red

  • Icon: Error

  • Sound: error.mp3

Info

  • Color: Blue

  • Icon: Info

  • Sound: info.mp3

Warning

  • Color: Orange

  • Icon: Warning

  • Sound: warning.mp3

🔊 Sounds

The system includes 4 preloaded sounds:

  • sound/success.mp3

  • sound/error.mp3

  • sound/info.mp3

  • sound/warning.mp3

Sounds can be customized by replacing the files in the sound/ folder.

🖼️ Images

You can add images to your notifications by providing a URL:

Recommendations:

  • Use lightweight images (< 500 KB)

  • Supported formats: PNG, JPG, GIF, WEBP

  • Recommended ratio: square (1:1)

🎯 Use Cases

Mission System

Inventory System

Administrative System

🛠️ Support & Community

Need help? Join our Discord community!

Discord

📝 License

This project is created by Noxen Scripts.

🔄 Changelog

Version 1.0.0

  • ✅ Initial release

  • ✅ Support for 8 positions

  • ✅ 4 notification types

  • ✅ Sound support

  • ✅ Image support

  • ✅ Test command


Noxen Notify - Because a well-placed message can make all the difference.

Last updated