Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clear Notify

An advanced, customizable notification system for FiveM servers by Code Universe.

Documentation

For detailed documentation, please visit the Clear Notify Documentation.

Features

  • Multiple notification types: Success, Error, Info, Warning
  • Customizable positions: top-right, top-left, bottom-right, bottom-left
  • Adjustable duration for each notification
  • Interactive action buttons
  • Smooth animations
  • Easily integrates with existing scripts
  • Fully customizable styling

Quick Start

  1. Download and install Clear Notify in your FiveM resources folder.
  2. Add ensure clear-notify to your server.cfg file.
  3. Use the export to show a notification:
exports['clear-notify']:ShowNotification({
    title = "Welcome",
    message = "Thanks for using Clear Notify!",
    type = "SUCCESS",
    duration = 5000
})

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages