Skip to content

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

License

Notifications You must be signed in to change notification settings

F-Plugins/SimpleAnnouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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