MT SERVICE DOCUMENTATION
WebshopYoutubeDiscord
  • 👨‍✈️WELCOME
  • 📕READ ME
  • MT SCRIPTS V1
    • 📦│MT-FFA
      • Installations
      • Erorrs
    • 📦│MT-HUD
      • Installations
      • Erorrs
    • 📦│MT-SHOP
      • Installations
      • Erorrs
    • 📦│MT-NOTIFY
      • Installations
      • Erorrs
    • 📦│MT-GANGWAR
      • Installations
      • Erorrs
    • 📦│MT-KO-SYSTEM
      • Installations
      • Erorrs
    • 📦│MT-WEAPONSHOP
      • Installations
      • Erorrs
    • 📦│MT-DEATHSCREEN
      • Installations
      • Erorrs
    • 📦│MT-HEADSCHOT-SYSTEM
      • Installations
      • Erorrs
    • 📦│MT-INGAME-TICKETYSTEM
      • Installations
      • Erorrs
    • 📦│MT_PROGRESSBARS
      • Installations
      • Erorrs
    • 📦│MT_INJURIES
      • Installations
      • Erorrs
    • 📦│MT_SAFEZONE
      • Installations
      • Erorrs
    • 📦│MT_NAMECHANGE
      • Installations
      • Erorrs
    • 📦│MT_PARKING
      • Installations
      • Erorrs
    • 📦│MT_SAND_THROWING
      • ESX Installations
      • QB Installations
      • Erorrs
Powered by GitBook
On this page
  • server.cfg
  • Notify
  • Announces
  • Commands

Was this helpful?

  1. MT SCRIPTS V1
  2. 📦│MT-NOTIFY

Installations

server.cfg

Add the command to your server.cfg file and make sure that the script is started.

ensure mt_notification

Notify

Client event

TriggerEvent("notifications", "#673ab7", 'Titel', "Text")

Server event

TriggerClientEvent("notifications", "#673ab7","Titel", "Text")

Announces

Client event

TriggerEvent('announces', "#673ab7","Titel", "Text")

Server event

TriggerClientEvent('announces', "#673ab7","Titel", "Text")

Commands

The following commands are already integrated.

/ooc (Send the text to all players around you.)
/id (Ask for one's own ID.)
/ids (To query the ID of other players who are around you.)

Do you have questions

You can customize everything else in your config.lua. If you have any questions or encounter difficulties, feel free to contact us on Discord.

Previous📦│MT-NOTIFYNextErorrs

Last updated 2 years ago

Was this helpful?