Second Sense 0 Posted September 22, 2018 Hi all. I have setup the MOTD in the .cfg file with a 5 second delay time, looks the same as default .cfg, however it doesn’t show when someone joins the server. Do I need to add any code somewhere else or should the .cfg be enough? Thanks for help. Share this post Link to post Share on other sites
Clockwork88 1 Posted September 22, 2018 motd[] = {"DAYZ","yourtxt2","yourtxt3","yourtxt4","yourtxt5","yourtxt6","yourtxt7"}; // Message ingame motdInterval = 30; // The Timer paste it in your config file...join your server and wait... Share this post Link to post Share on other sites
Second Sense 0 Posted September 22, 2018 10 hours ago, Clockwork88 said: motd[] = {"DAYZ","yourtxt2","yourtxt3","yourtxt4","yourtxt5","yourtxt6","yourtxt7"}; // Message ingame motdInterval = 30; // The Timer paste it in your config file...join your server and wait... Ahh. It seems the MOTD interval wasn't long enough. Thanks Share this post Link to post Share on other sites