Game Development Community

How do you change the welcome to messege ?

by Umbra · in General Discussion · 09/28/2005 (3:01 am) · 3 replies

How do you change the welcome to messege in the chat hud ? I cant find it anywere..

#1
09/28/2005 (3:36 am)
Nvm i found it
#2
09/28/2005 (7:05 am)
Always tell how you managed to solve a problem. After all, if you come here and expect others to take their valuable time and answer your question for you.. that's the least you could do back. If someone searches this thread in the future it might be helpful for them if you at least posted your solution.
#3
09/28/2005 (12:35 pm)
To complete this thread: Here is the answer:

You change the welcome message in the script file
/common/server/clientConnection.cs

Search for the message MsgClientJoin() and change the welcome string to your needs.

-- Markus