AAO25.com

Assist => Support => Server Support => Topic started by: ELiZ on Saturday, March 07, 2015, 03:22:44 AM

Title: Join message in AA?
Post 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.


Title: Re: Join message in AA?
Post by: -[unR]BENDAWICH on Saturday, March 07, 2015, 08:42:20 AM
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.
Title: Re: Join message in AA?
Post by: Possessed on Saturday, March 07, 2015, 10:57:52 AM
pbucon.
another method is building a mod, check auth.u source for reference.
Title: Re: Join message in AA?
Post by: ELiZ on Saturday, March 07, 2015, 11:01:21 AM
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.
Title: Re: Join message in AA?
Post by: ArmyAntiCheat on Saturday, March 07, 2015, 12:57:31 PM
I have already added my own, I was wondering if there was one already built in.

There isn't
Title: Re: Join message in AA?
Post by: [SWISS]Merlin on Saturday, March 07, 2015, 17:17:54 PM
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.
Title: Re: Join message in AA?
Post by: teddy_grizzly_bear on Sunday, March 08, 2015, 08:22:52 AM
modt is not what I'm after either