Hello,
Is there a way to set a welcome message when people join a server, I have had a google with no results.
What I would like is when someone new joins a server a message pops up much like when you start a new solo game, but with information like server rules and info about our discord channel.
Thanks in advance.
Larkum
Server Welcome message
Server Welcome message
A am just an average guy that lives around the corner that like to be helpful.
Running 2 Headless servers through a Game server hosting company that I fully recommend as they are very helpful, but I wont advertise so asking me about it.
Running 2 Headless servers through a Game server hosting company that I fully recommend as they are very helpful, but I wont advertise so asking me about it.
Re: Server Welcome message
One way to print something to the players chat would be with a "scenario script".
The script would subscribe to the "on_player_joined" event ( https://lua-api.factorio.com/latest/eve ... oined_game ), get de player index and then print a message to that specific player.
The script would subscribe to the "on_player_joined" event ( https://lua-api.factorio.com/latest/eve ... oined_game ), get de player index and then print a message to that specific player.