Page 1 of 1
A welcome note at a server.
Posted: Tue Dec 26, 2006 9:48 pm
by recognize
how do I hake a welcome note at a server.?
Its a note that appears on the screen before the game starts, during the warmup.
Posted: Tue Dec 26, 2006 10:07 pm
by spookmineer
set cl_motd "1"
// enables message of the day display
set g_motd "message"
// set the message of the day for the server -- all clients will see this message on joining
Posted: Tue Dec 26, 2006 10:17 pm
by recognize
more along the lines of this..??

Posted: Wed Dec 27, 2006 12:58 am
by spookmineer
I hope someone is able to answer this, I don't know :/
Posted: Wed Dec 27, 2006 2:45 am
by recognize
K I'll try asking afew of the server admins. If I find out I'll post it.
Posted: Wed Dec 27, 2006 3:15 am
by ^misantropia^
What is the mod being played?
Posted: Wed Dec 27, 2006 5:51 am
by recognize
f4a... its a freeze mod
Posted: Wed Dec 27, 2006 8:32 am
by ^misantropia^
Have you consulted the documentation that came with it yet?
Posted: Wed Dec 27, 2006 1:21 pm
by axbaby
that looks like Osp
a server mod .
included with osp is the ability to play freeze
and 7 other gametypes that you can switch to with a single command.
you can do a gazzillion things like a welcome message ...
Posted: Wed Dec 27, 2006 1:56 pm
by AnthonyJ
Google confirms that there is a mod F4A, and that it does have enhanced motd features.
From the documentation
MOTD: The server can display an extended five line motd to clients. You can specifically set each line of this motd.
g_motd1 ""
g_motd2 ""
g_motd3 ""
g_motd4 ""
g_motd5 ""
Enter the text (in between the quotes) you want to display for each line of the motd.
g_motdDuration "5"
This is the number of seconds which the motd will display to clients. Set to to "0" if you don't want to use the extended motd.
Posted: Wed Dec 27, 2006 8:04 pm
by recognize
thanks guyz. I guess it must be for that mod only. I use beryllium.
Thanks again