1

Topic: How to make a line break in the motd?

I set up my own server yesterday.
How can i make a line break (I'm not sure if this is the correct word) in the motd?

2

Re: How to make a line break in the motd?

Use "\n" for a new line.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

3 (edited by [molsch] 2008-04-27 18:30:14)

Re: How to make a line break in the motd?

Thanks smile
Are there more funktions like writing italic, bold, underlined?

4

Re: How to make a line break in the motd?

hey thanks.. shmafoozius .. from where do you get it?

Remember me? Questions? Just leave a message, I will respond within 72 hrs!

5

Re: How to make a line break in the motd?

Uh.. you have to know this stuff when you're programming/scripting.

And no, there aren't any other functions like writing italic, bold or underlined. \n isn't a new kind of bb code, it's just a symbol for a new line.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

6

Re: How to make a line break in the motd?

ah ok .. i will add the command later to my servers wink

Remember me? Questions? Just leave a message, I will respond within 72 hrs!

7

Re: How to make a line break in the motd?

shmafoozius wrote:

And no, there aren't any other functions like writing italic, bold or underlined. \n isn't a new kind of bb code, it's just a symbol for a new line.

I awaited this answer. I am conscious of not using simplified html code but there could have been another scripting language to format the text. The "\n" is also eventually used in php...