Перейти к содержанию

System.notify()

Материал из RAGE MP Wiki Archive
Версия от 08:51, 7 января 2021; imported>Wdoyle2
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Send a Notification direct to the 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