PDA

View Full Version : Setting player name in welcome message


Gimlos
15th May 2008, 19:25
How can I set that if somebody will join my server it will be written:
Welcome <player name> to our server!
for ex. Welcome Gimlos to our server!
Which word should I use in modmanager.con file instead of <player name> to do it?

I hope you can understand what I mean :) My English isn't so good.

MRX1
14th June 2008, 16:45
Put this in your modmanager.con file

mm_announcer.addJoinMessage "§C1001Hi %player%. Welcome to your server name here We hope you enjoy your stay."

First code is orange text

or

mm_announcer.addJoinMessage "Welcome, %player%. Welcome to your server name here We hope you enjoy your stay."

i think green


hope this works for u.