Skip to content

jwd-gg/ch_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview


Usage

Icons can be found here https://boxicons.com/

exports['ch_notify']:sendNotification({
    title = 'Promotion',
    message = 'You have been promoted to ' .. data.gradename .. '.',
    icon = 'bx bxs-upvote',
    duration = 5000,
    color = '#14b8a6'
})

or

TriggerClientEvent('ch_notify:sendNotification', source, {
    title = 'Admin Menu',
    message = 'Not a valid job',
    icon = 'bx bxs-error-circle',
    color = '#f43f5f',
    duration = 5000
})

About

A simple notification system for FiveM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published