System.notify()

From RAGE Multiplayer Wiki
Revision as of 08:41, 7 January 2021 by Wdoyle2 (talk | contribs) (Created page with "Send a Notification direct to the Windows Desktop of the User {{ClientsideCode| <pre> mp.system.notify({ title: string, text: string, attribute: string, duration: int, silent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Send a Notification direct to the Windows Desktop of the User

Client-Side
mp.system.notify({ title: string, text: string, attribute: string, duration: int, silent: bool })

Arguments

  • title: String
  • text: String
  • attribute: String
  • duration: Int
  • silent: Boolean

Example

See also