Page 1 of 1

Automatic /icons.

Posted: Thu Aug 02, 2007 1:53 am
by P4rD0nM3
I'm just wondering if it's possible that it's always enabled? I have to type /icons to see the icons.

Is there a way to set it up so all players that join can see the icons without typing /icons?

Posted: Sun Aug 05, 2007 9:33 am
by Geesu
you would have to edit the source code + recompile...

You would change

p_data_b[id][PB_SHOWICONS] to true on play initialization instead of false

Posted: Thu Aug 30, 2007 12:24 pm
by P4rD0nM3
Thanks Geesu, that helped me me a lot. I'd like t oconfirm that it does it automatically right? If I changed that to true, everyone who joins the server has /icons enabled.

I can't that line though on war3ft.sma.

Code: Select all

new const WC3NAME[]		=	"Warcraft 3 Frozen Throne";
new const WC3AUTHOR[]	=	"Geesu & Avanderik";
new const WC3VERSION[]	=	"3.0 RC8";
new const WC3DATE[]		=	__DATE__;
That's the version I'm using.

Posted: Wed Sep 12, 2007 9:12 am
by Geesu
It's in one of the .inl files