Files
Elite-Gaming-FiveM-Old/resources/Announcer/config.lua
T
KingMcDonalds 3166d07630 Revert "Merge branch 'main' of https://github.com/ThatGuyJacobee/Elite-Gaming-RP"
This reverts commit 1db0679366368dc63002eb806a00feb02f4ae15d, reversing
changes made to b9b9a6fda52ce7698077f03989c4eecd0a848389.
2022-05-27 18:06:13 -07:00

24 lines
1.4 KiB
Lua

config = {}
-- The delay is in minutes, so 10 will be 10 minutes.
config.delay = 10
-- If you understand color coding in text, you will know what the ^[NumberHere] is for, otherwise refer to the guide on the page.
config.prefix = '^*^8[Announcement] ^7'
--===================================================================
-- Add any message you want within the '' This is an unlimited list =
-- so you can add as many messages as you want, make sure ===========
-- to use , after '' before the last message on the list. ===========
--===================================================================
config.messages = {
'CAD is a requirement on our server! You can join by heading to: cad.elite-gaming.co.uk',
'Join our discord for news and updates by using /discord! (discord.gg/2XvwvgR)',
'Any suggestions are welcome to be shared at our Elite Gaming RP discord server!',
'Want to apply for a job? Head over to: forum.elite-gaming.co.uk and apply for a role today!',
'Did you know we have over 50+ add-on interiors around the map!',
'Need help around the server? Head over to our discord to access the #server-faq channel which has useful guides!',
'The AOP can be found next to the minimap, which shows where the Area Of Patrol is currently located.'
'Server Status can be found on our discord through Elite Bot!'
'We have move EGRP into the main EGUK discord. Make sure to join the EGUK discord through: discord.gg/2XvwvgR'
}