Thumbnail

Notify

€ 9,99

Description

An advanced customizable notify script.

Features

  • Easy to configure and customize
  • Fast performance (0.00ms idle)
  • Ability to enable sounds
  • Custom notifications (with icons)
  • Standalone

Example Usage

exports.vx_notify:notify({
  type = "success",
  title = "Garage",
  message = "Your vehicle is in the impound!",
})

-- Custom Notification
exports.vx_notify:notify({
  type = "custom",
  title = "Title", -- optional
  message = "This is a custom notification",
  icon = "fas fa-user-circle", -- optional
  color = "#ff0000", -- optional
})