Page MenuHomeFeedback Tracker

MOTD not working on servers....
Closed, ResolvedPublic

Description

Hello,

Server owner here...LONG long time player owner here.

Anyway, the MOTD for the server? Not working...is this supposed to work?

Also, if there a way to send period messages to the users on the server?

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10
Category
Server
Steps To Reproduce

We have a MOTD in place on our server.
When joining the server it doesnt display.

Additional Information

We are using Game Servers for our hosting.

Event Timeline

@troppmannp Try to use like this

// Message of the day displayed in the in-game chat
motd[] = { 
  "",
  "Welcome to Server",
  "Another String"
  }; 

motdInterval = 60;           // Time interval (in seconds) between each message

@Geez maybe close this ticket cause obsolete?

Geez closed this task as Resolved.Jan 13 2020, 10:32 AM
Geez claimed this task.