Author Topic: How do I make a starting message?  (Read 479 times)

Im wondering how people change the starting message when people join their server. Please help me  :cookieMonster:

Im wondering how people change the starting message when people join their server. Please help me  :cookieMonster:

After you start your server, open the console (using the ~ key) and type this in:

Code: [Select]
$Pref::Server::WelcomeMessage = "Your message goes here!";

After you start your server, open the console (using the ~ key) and type this in:

Code: [Select]
$Pref::Server::WelcomeMessage = "Your message goes here!";
Also, if you want it to say the player name in the message, just put a %1 were you want to say their name.

Also, if you want it to say the player name in the message, just put a %1 were you want to say their name.
Thanks to both of you! :D

After you start your server, open the console (using the ~ key) and type this in:

Code: [Select]
$Pref::Server::WelcomeMessage = "Your message goes here!";
Is this replaceable?



Like changing it to something else.
Just replace the words that are between the quotation marks.