HALP ME! MESSAGE_OF_DAY

Post here if you need help setting up your server, etc.
Post Reply
pk4eva2
Posts: 2
Joined: Mon Sep 13, 2010 12:38 am

HALP ME! MESSAGE_OF_DAY

Post by pk4eva2 »

Hay my name isHELLand i have setup a message of the day in my custom server file

i randomly placed it with a space above and below it in the code
MESSAGE_OF_DAY (blah blah blah blah)

how do i make it show before rounds? or when they join is it supposed to be like

MESSAGE_OF_DAY helllo this r teh message

or is it supposed 2 have a colon?
Tobe
Round Winner
Posts: 215
Joined: Wed Jan 14, 2009 12:31 am
Location: Miami, FL

Re: HALP ME! MESSAGE_OF_DAY

Post by Tobe »

MESSAGE_OF_DAY is displayed fullscreen and on thier console only when they enter.

CONSOLE_ROUND_MESSAGE is displayed every new round.

You do not need colons for anything in those two settings; they don't do nothin'.
<-- Proud co-leader of Rogue Tronners
noob13
Average Program
Posts: 63
Joined: Sat Mar 08, 2008 6:28 pm

Re: HALP ME! MESSAGE_OF_DAY

Post by noob13 »

Tobe wrote: ROUND_CONSOLE_MESSAGE is displayed every new round.
FTFY :)
pk4eva2
Posts: 2
Joined: Mon Sep 13, 2010 12:38 am

Re: HALP ME! MESSAGE_OF_DAY

Post by pk4eva2 »

Tobe wrote:MESSAGE_OF_DAY is displayed fullscreen and on thier console only when they enter.

CONSOLE_ROUND_MESSAGE is displayed every new round.

You do not need colons for anything in those two settings; they don't do nothin'.
where do i put this in? because it not working at all
Tobe
Round Winner
Posts: 215
Joined: Wed Jan 14, 2009 12:31 am
Location: Miami, FL

Re: HALP ME! MESSAGE_OF_DAY

Post by Tobe »

Which dedicated server version are you running; or are you running it on your client?

EDIT: Oh i just realized what noob13 meant. Yea, the command is actually ROUND_CONSOLE_MESSAGE
<-- Proud co-leader of Rogue Tronners
User avatar
dukevin
Round Winner
Posts: 219
Joined: Mon Aug 30, 2010 8:25 am
Location: Southern California
Contact:

Re: HALP ME! MESSAGE_OF_DAY

Post by dukevin »

Quick addition to this question's topic.

Putting "message_of_day Hello" displays in fullscreen: Message of the Day: Hello.
Is there a way to customize the "Message of the Day" bit with something else?
Or is there another command that does the same without the obtrusive "Message of Day" on the top? "fullscreen_message" doesn't get sent to entering players so I don't think it's a replacement.
Image
User avatar
sinewav
Graphic Artist
Posts: 6413
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: HALP ME! MESSAGE_OF_DAY

Post by sinewav »

dukevin wrote:Is there a way to customize the "Message of the Day" bit with something else?
Or is there another command that does the same without the obtrusive "Message of Day" on the top?
There is, actually. Use TITLE_OF_DAY to change the Message of Day header.
User avatar
compguygene
Adjust Outside Corner Grinder
Posts: 2346
Joined: Thu Aug 21, 2008 12:09 pm
Location: Cleveland, Ohio
Contact:

Re: HALP ME! MESSAGE_OF_DAY

Post by compguygene »

sinewav wrote:
dukevin wrote:Is there a way to customize the "Message of the Day" bit with something else?
Or is there another command that does the same without the obtrusive "Message of Day" on the top?
There is, actually. Use TITLE_OF_DAY to change the Message of Day header.
Thanks for the info sine, never noticed that!
Armagetron: It's a video game that people should just play and enjoy :)
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
iRob
Posts: 8
Joined: Tue Oct 26, 2010 5:16 am

Re: HALP ME! MESSAGE_OF_DAY

Post by iRob »

Hey,

Sorry dumb question I know, but how do you make the message start printing on a new line? I've tried both forward and backslash, it just prints them on the screen

Thanks,
R
User avatar
theroze
Match Winner
Posts: 596
Joined: Mon Aug 10, 2009 7:30 am
Location: 47 72 69 64

Re: HALP ME! MESSAGE_OF_DAY

Post by theroze »

iRob wrote:Hey,

Sorry dumb question I know, but how do you make the message start printing on a new line? I've tried both forward and backslash, it just prints them on the screen

Thanks,
R
By "\n". Example:

Code: Select all

Hello\nHow are you.
would be

Code: Select all

Hello
How are you.
apparition wrote:You being able to kill so many players that quickly and efficiently is evidence that the community skill level must be dropping... Sad :/
Reigning champion of: Sir-spam-a-lot 2011
iRob
Posts: 8
Joined: Tue Oct 26, 2010 5:16 am

Re: HALP ME! MESSAGE_OF_DAY

Post by iRob »

Wonderful! Thank you.
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Re: HALP ME! MESSAGE_OF_DAY

Post by epsy »

Also

Code: Select all

\<newline>
eats the new line so I would recommend you to do something like this:

Code: Select all

first line\n\
second line
Post Reply