[Release][Free] mosh_notify | FiveM Custom Notifications with loadbar

mosh_notify is a new FiveM Custom Notifications with load-bar which is iziToast based

2021-04-10 22_40_48-Window

Features:

title
description
theme
type
duration

icons: You can either use icomoon or fontawesome


buttons: Add a cool touch to the end of your notification

Ex Button: NOTIFICATION
2021-04-10 23_49_42-Window


2themes

2021-04-10 23_57_59-Window


Transitions


positions:

bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter, center


Installation and How to use:

Below is full documentation on how to use this library

Download

Using GetHub [Recommended]

Direct Download
mosh_notify.rar (35.7 KB)

Media

YouTube

13 Likes

Pretty amazing, thank you so much for share!
Is possible to use this type of notify stopped? For example on a blip that say to you “Press E”

Thank you. And yes it can just don’t put the duration.

1 Like

Thank you!

1 Like

How can I change the notification icons?

Just put the icon name from the two websites mentioned above after the duration

EX:

    TriggerEvent("mosh_notify:notify", "ERROR", "<span class=\"text-white\">This is an error notification</span> <span class=\"text-error\">With different cool colors!</span>", "darkred", "error", 1000, fas fa-times)

I assume this is client-side notifications only?

Is possible to replace ESX.ShowHelpNotification with this? Because when I go in the marker it spams the notify

Hey, i’ve tried as you said but it doesn’t work… this is the example

         TriggerEvent("mosh_notify:notify", "ERROR", "<span class=\"text-white\">Nessuna persona vicino!</span>", "darkred", "error", 3500, fas fa-times)

but this gives me an error of syntax because it’s supposed to be like this:

TriggerEvent("mosh_notify:notify", "ERROR", "<span class=\"text-white\">Nessuna persona vicino!</span>", "darkred", "error", 3500, "fas fa-times")

Great plugin! How would I actually adapt this to an existing resource that gives out a notification, such as wk_delveh, tpa for teleporting and vMenu?