24 lines
1.4 KiB
Lua
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'
|
|
} |