PDA

View Full Version : In-Game Command Aliases


autodork
17th April 2008, 14:09
Hi

Forgive the n00bish question, I'm new to modmanager. I've set up our servers and have got the IGA working, however we're used to being able to issue warn/kick/ban commands using aliases configured in 2142cc daemon - for example:

!k 0 cc

...where cc is the alias to a longer text string like "Combat Commander. Support your team!"

We are lazy so we don't want to have to type long text strings every time we issue a warn/kick/ban in game, can we configure modmanager to associate abreviated messages to their longer versions with warn/kick and ban?

Thanks in advance :)

autodork
18th April 2008, 09:21
Bump! Anyone come here anymore ?

K
18th April 2008, 10:24
There is no warning alias system, you could try creating seperate commands for warning however e.g.

mm_iga.addCmdBinding "wcc|warncc:bf2cc sendplayerchat Combat Commander Support tour team!"

autodork
18th April 2008, 10:29
Thanks K, I thought it might be this simple. I'll give it a go.