JM-Notify Documentation
JM-Notify
Modern Notification System for FiveM
β¨ Features
- Modern GTA-Style UI
- JSON Developer API
- Animations, Themes & Positions
- Progress Bars & Sound Effects
- Icon Support (FontAwesome)
- Standalone / QBCore / ESX / Qbox
π¦ Installation
- Drag JM-Notify into your resources folder
- Add to server.cfg:
ensure JM-NotifyRestart your server β
π€ Client Usage
exports["jm-notify"]:Show({
message = "Hello World",
type = "info"
})π Full Example
exports["jm-notify"]:Show({
title = "Garage",
message = "Vehicle Stored Successfully",
type = "success",
duration = 4000,
icon = "car",
position = "top-right",
theme = "dark",
sound = true,
progress = true,
animation = "slide"
})π₯ Server Usage
exports["jm-notify"]:NotifyPlayer(source, {
message = "You received $500",
type = "success"
})π API Parameters
| Parameter | Description |
|---|---|
| title | Notification title |
| message | Main message |
| type | success / error / warning / info |
| duration | Time in ms |
| icon | FontAwesome icon |
| position | Screen position |
| theme | UI theme |
| sound | Enable sound |
| progress | Show progress bar |
| animation | Animation style |
β‘ Performance
- 0.00ms idle
- Lightweight NUI
- No loops
- Optimized for high-pop servers
JM Modifications Β© 2026. All Rights Reserved.
Need help? Join our Discord
