⚙️
TMC v2 Core
DiscordWebsite
  • Get Started
  • TMC Core Object
    • Client Functions
      • Vehicle Functions
      • Interaction Ped Functions
      • Interaction Object Functions
      • Interaction Prompts
      • Polyzones
    • Client Menus
    • Events
      • Client
      • Server
    • Server Functions
      • General Functions
      • Commands
      • Player Functions
    • Common Functions
    • 🚘Vehicle Names
  • Object Models
    • Job
  • 📄Other Resources
    • ✨Status Effects
    • 📤Dispatch
    • 🫂Parties
    • 💶Banking
    • 🔍Evidence
Powered by GitBook
On this page
  1. TMC Core Object
  2. Server Functions

General Functions

SimpleNotify

Executes a simplified config with TMC.Functions.Notify

Parameter
Required
Type
Description

target

Number

Target source for the notification

message

String

The message to include in the notification

ntype

String

The notification type to use with the notification

time

Number

The duration in ms the notification should show for

TMC.Functions.SimpleNotify(10, "Test notification", "info", 2000)
PreviousServer FunctionsNextCommands

Last updated 1 year ago