DyScript
  • Welcome
  • Official Store
  • Discord
  • Assets
    • ds-arcade
      • Installation
      • FAQ
      • Configuration Files
      • Mapping
    • ds-soundbuildings
      • Installation
      • FAQ
      • Configuration Files
    • ds-carkeys
      • Installation
      • FAQ
      • Configuration Files
      • Developer API
        • Client Exports
        • Serveur Exports
      • Commands
    • ds-notifications
      • Installation
      • Show code
      • FAQ
      • Developer API
        • Client Exports
        • Serveur Exports
    • ds-pedoffline
      • Installation
      • FAQ
      • Configuration Files
      • SQL
    • ds-freecam
      • Installation
      • FAQ
      • Configuration Files
Powered by GitBook
On this page
  1. Assets
  2. ds-notifications

Show code

Below you can find the demonstration :

Basic notification

exports['ds-notification']:addNotification(nil,nil,nil,nil,'Notification with description',10000)

Basic notification with a title

exports['ds-notification']:addNotification(nil,nil,'Title',nil,'Notification with title and description',10000)

Basic notification with a title and a subtitle

exports['ds-notification']:addNotification(nil,nil,'Title','Subtitle','Notification with title, subtitle and description',10000)

Basic notification with a title and a subtitle and a basic image

exports['ds-notification']:addNotification('https://r2.fivemanage.com/saDG22w4dhR7nYI0OXXKw/notification_dyscript_petite.png',nil,'Title','Subtitle','Notification with images, title, subtitle and description',10000)

Basic notification with a title and subtitle and a banner image

exports['ds-notification']:addNotification(nil,'https://r2.fivemanage.com/saDG22w4dhR7nYI0OXXKw/notification_dyscript.png','Title','Subtitle','Notification with images, title, subtitle and description',10000)

Last updated 8 days ago