AAO25.com
Assist => Support => Server Support => Topic started by: ELiZ on Saturday, March 07, 2015, 03:22:44 AM
-
Anyone know how to add a server welcome message?
I'm not talking about
pb_sv_task x y z, that is used to repeatedly spam message z every y seconds, starting x seconds after server is started.
modt is not what I'm after either
What I want is that "some text" is shown in the console for a user when he/she joins, and only then.
If there is no such function already I'll have to add it myself, but thought it was best to ask you all if it already existed.
-
I don't think there is anything other than what you have posted. Could always just set the delay on the pb task to something very high so in theory they would only see it once. But i am not sure if there is a upper limit for this command.
-
pbucon.
another method is building a mod, check auth.u source for reference.
-
pbucon.
another method is building a mod, check auth.u source for reference.
I have already added my own, I was wondering if there was one already built in.
-
I have already added my own, I was wondering if there was one already built in.
There isn't
-
there is one option like you are asking for, called message of the day.
every time a player joins a server, this message appears for the time you did set.
-
modt is not what I'm after either