Results 1 to 3 of 3

Thread: colors

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #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

  2. 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)

Posting Permissions

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