PDA

View Full Version : colors



malyczolg
9th December 2013, 21:32
hello i edit Hugary zombots
on this mod is so ^9 = ^1 , instead of gray color is red
how can i fix this ?

Jeplaa
10th December 2013, 14:28
Probably you have got changed team colors:



setCvar("g_TeamColor_Allies", ".25 .75 .25");
setCvar("g_TeamColor_Allies", ".25 .25 .75");
setCvar("g_TeamColor_Allies", ".75 .25 .25");
setCvar("g_TeamColor_Axis", ".6 .6 .6");


Remove these cvars to back to default or paste them with original colors.

Source: iw_07.iwd\maps\mp\gametypes\_scoreboard.gsc

malyczolg
10th December 2013, 14:54
WORK , Thanks :)