PanNotifications is a simple FiveM resource that sends notifications to players.
Only became a thing because I hate the default FiveM notifications.
exports.PanNotifications:DisplayNotification({
title = "Testing info message!",
body = "Testing info message!",
type = 'grey',
icon = "fab fa-angellist"
})
TriggerClientEvent('panNotifications:notify', source, {
title = "Testing info message!",
body = "Testing info message!",
type = 'grey',
icon = "fab fa-angellist"
})
You can find available icons here.
- grey
- red
- yellow
- green
- blue
- purple