Automatic /icons.

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
P4rD0nM3
Peon
Posts: 14
Joined: Sun Apr 22, 2007 9:47 pm

Automatic /icons.

Post by P4rD0nM3 » Thu Aug 02, 2007 1:53 am

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?
http://joinpgn.com/ - Free sv_downloadurl for clans/communities.

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sun Aug 05, 2007 9:33 am

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
No Support via PM

P4rD0nM3
Peon
Posts: 14
Joined: Sun Apr 22, 2007 9:47 pm

Post by P4rD0nM3 » Thu Aug 30, 2007 12:24 pm

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.
http://joinpgn.com/ - Free sv_downloadurl for clans/communities.

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Sep 12, 2007 9:12 am

It's in one of the .inl files
No Support via PM

Post Reply