Skip to content

Tabby-Labs/tab_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiveM Notification Script

A simple custom notification system for FiveM with fade-in and fade-out animations, customizable styles, and support for multiple types of notifications.

Features

  • Fade-in and fade-out animations
  • Customizable notification types (default, primary, success, error)
  • Minimalist UI

Preview

Usage

Trigger notifications in-game via client events:

-- TriggerEvent 
TriggerEvent('tabby.sendNotify', message, type, duration)

Example

RegisterCommand('notify', function()
    TriggerEvent('tabby.sendNotify', 'Test Message Text', 'default', 3500)
end)

Installation

  1. Clone or download this repository.
  2. Add the resource folder to your FiveM server's resources directory.
  3. Add the resource to your server.cfg:

About

A simple custom notification system for FiveM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors