1

Topic: need few simple mods

I run vanilla DM server. I want only two mods for it.
A mod that says Hi, $user in chat. And a mod that plays random mp3 from during the match.

And can someone explain me how to install mods on server.
Thanks in advance

2

Re: need few simple mods

Hi Piru,
You need to know the C language to be able to do what you said.
The mod saying "hi (user)" is pretty easy to do. But I'd say forget about the mp3 thing unless you want to modify the client too.

while(!Success())
    TryAgain();
Try until you succeed.