📌NOXEN NOTIFY
Noxen Notify
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 cornertop-right- Top right cornerbottom-left- Bottom left cornerbottom-right- Bottom right cornercenter-top- Center topcenter-left- Center leftcenter-right- Center rightcenter-bottom- Center bottom
🔧 Standalone
No dependencies required
Works autonomously
Easily adaptable to any server
🎨 Highly Customizable
4 notification types:
success,error,info,warningConfigurable display duration
Custom sound support
Image support
⚡ Easy to Use
Quick installation
Simple and intuitive API
Built-in test command
📦 Installation
Download the resource
Place the
noxen_notifyfolder in yourresourcesdirectoryAdd
ensure noxen_notifyto yourserver.cfgRestart your server
⚙️ Configuration
The config.lua file allows you to customize the system behavior:
Configuration Options
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
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.mp3sound/error.mp3sound/info.mp3sound/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!
📝 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
