Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 652 Bytes

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