/SimpleAnnouncer

A script for Five M that allows you to add announces to the game in an inverval

Primary LanguageC#MIT LicenseMIT

SimpleAnnouncer

A script for Five M that allows you to add announces to the game in an inverval

Set up

You have to install this script like all the others once you run your server with the script a file will be created called config.json inside the script folder, there you will set up all the announces and intervals

Default Configuration File

{
  "Interval": 5000.0,
  "Messages": [
    {
      "Author": "^3 [My server] ^7",
      "Message": "Remember to kill your dad"
    },
    {
      "Author": "^5 [AHHHHHH] ^1",
      "Message": "Aliens came here"
    }
  ]
}

Preview

ScriptPreview