Files
Elite-Gaming-FiveM/resources/Announcer/config.lua
T
Jacob bd563d933b Revert "Revert "Merge branch 'main' of https://github.com/ThatGuyJacobee/Elite-Gaming-RP""
This reverts commit 78d2032f68b5ded0bc3775598a783e81770fbf10.
2022-05-28 02:20:21 +01: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.eguk.me)',
'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.eguk.me'
}