Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
/ PanNotifications Public archive

A notification manager for FiveM made by Paneedah.

License

Notifications You must be signed in to change notification settings

Paneedah/PanNotifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED!

THIS IS NO LONGER GETTING MAINTAINED OR DEVELOPED.

THIS IS A FORK OF ANOTHER FIVEM RESOURCE.

I WILL BE MAKING A NEW PROPER ONE LATER.


💬 PanNotifications

PanNotifications is a simple FiveM resource that sends notifications to players.

Only became a thing because I hate the default FiveM notifications.

Usage

Client

exports.PanNotifications:DisplayNotification({
    title = "Testing info message!",
    body = "Testing info message!",
    type = 'grey',
    icon = "fab fa-angellist"
})

Server

TriggerClientEvent('panNotifications:notify', source, {
    title = "Testing info message!",
    body = "Testing info message!",
    type = 'grey',
    icon = "fab fa-angellist"
})

Example Code:

image image

You can find available icons here.

Available Types

  • grey
  • red
  • yellow
  • green
  • blue
  • purple

Screenshot 2023-11-07 212109