Skip to content

code-universe-unit/clear-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published