JM Modifications

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

  1. Drag JM-Notify into your resources folder
  2. Add to server.cfg:
ensure JM-Notify

Restart 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

ParameterDescription
titleNotification title
messageMain message
typesuccess / error / warning / info
durationTime in ms
iconFontAwesome icon
positionScreen position
themeUI theme
soundEnable sound
progressShow progress bar
animationAnimation 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

Back to home