A welcome note at a server.

Locked
recognize
Posts: 40
Joined: Tue Dec 19, 2006 2:15 am

A welcome note at a server.

Post 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.
spookmineer
Posts: 506
Joined: Fri Nov 29, 2002 8:00 am

Post 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
recognize
Posts: 40
Joined: Tue Dec 19, 2006 2:15 am

Post by recognize »

more along the lines of this..??


Image
spookmineer
Posts: 506
Joined: Fri Nov 29, 2002 8:00 am

Post by spookmineer »

I hope someone is able to answer this, I don't know :/
recognize
Posts: 40
Joined: Tue Dec 19, 2006 2:15 am

Post by recognize »

K I'll try asking afew of the server admins. If I find out I'll post it.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

What is the mod being played?
recognize
Posts: 40
Joined: Tue Dec 19, 2006 2:15 am

Post by recognize »

f4a... its a freeze mod
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

Have you consulted the documentation that came with it yet?
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post 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 ...
[color=#FF0000][WYD][/color]
AnthonyJ
Posts: 130
Joined: Wed Nov 15, 2006 7:51 pm

Post 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.
recognize
Posts: 40
Joined: Tue Dec 19, 2006 2:15 am

Post by recognize »

thanks guyz. I guess it must be for that mod only. I use beryllium.

Thanks again
Locked