/xaron_notify

Just another notify script for FiveM.

Primary LanguageHTMLMIT LicenseMIT

XARON Notify

Just another notification plugin for FiveM.

For more scripts and development, click here to join my Discord server!

Documentation

The first thing you need to do is to download the resource and start it in your server.cfg.

ensure xaron_notify

An example usage;

exports["xaron_notify"]:XARON.sendNotify({
  ['type'] = "show",
  ['title'] = "MY TITLE",
  ['identifier'] = "my_title_identifier",
  ['text'] = "Hello world",
  ['cooldown'] = 5000,
})

That will look something like this.

demo

Also in these notifications are you able to use the HTML codes.