Results 1 to 3 of 3

Thread: colors

  1. #1
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts

    colors

    hello i edit Hugary zombots
    on this mod is so ^9 = ^1 , instead of gray color is red
    how can i fix this ?

  2. #2
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Probably you have got changed team colors:

    PHP Code:
    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

  3. The Following 3 Users Say Thank You to Jeplaa For This Useful Post:

    kung foo man (10th December 2013),malyczolg (10th December 2013),Ni3ls (10th December 2013)

  4. #3
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    WORK , Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •