💜
Sakura
  • 👋Welcome
  • Information
    • 🎯Quick start
    • ⚜️Common knowledge
    • 💾Examples
      • *️Rendering menus, windows
  • documentation
    • 🪝Hooks
    • ⚙️Variables
      • 🍎Weapon ids
      • 🍎Inputs
      • 🍎Keys
      • 🍎Flags
      • 🍎ImGui Window Flags
    • 📛Namespaces
      • 🍏Game
      • 🍏ImGui (Menu)
      • 🍏Render
      • 🍏Local Player
      • 🍏Player
      • 🍏Notify
Powered by GitBook
On this page
  1. documentation
  2. Namespaces

Notify

-- Creates a notification message that displays on the screen for a certain number of seconds.
-- Parameters:
--     title: a pointer to a string that contains the message to be displayed.
--     seconds: an integer that specifies the number of seconds that the message will be displayed on the screen. Default is 3.0.
Notify.Create(title, seconds)

PreviousPlayer

Last updated 2 years ago

📛
🍏