Author Topic: Uteam does not change the colors of the teams?  (Read 2188 times)

0 Members and 1 Guest are viewing this topic.

Mp6

  • Guest
Uteam does not change the colors of the teams?
« on: February 05, 2008, 09:20:29 AM »
When I check, my colors are always green, never anything else. THis is the code:
"Out"
{
   "teams"
   {
      "1"
      {
         "name"      "Superadmin"
         "group"      "superadmin"
         "armor"      "1000"
         "hp"      "1000"
         "color"
         {
            "a"      "255"
            "B"      "0"
            "g"      "0"
            "r"      "255"
         }
         "plytable"
         {
            "1"      "SprintSpeed:1000"
            "2"      "WalkSpeed:500"
         }
      }
      "2"
      {
         "name"      "Admins"
         "group"      "admin"
         "armor"      "500"
         "hp"      "500"
         "color"
         {
            "a"      "255"
            "B"      "50"
            "g"      "50"
            "r"      "255"
         }
      }
      "3"
      {
         "name"      "Operators"
         "group"      "operator"
         "armor"      "200"
         "hp"      "200"
         "color"
         {
            "a"      "255"
            "B"      "0"
            "g"      "200"
            "r"      "255"
         }
      }
      "4"
      {
         "name"      "Players"
         "group"      "user"
         "color"
         {
            "a"      "255"
            "B"      "255"
            "g"      "100"
            "r"      "0"
         }
         "model"      "male1"
      }
   }
   "gamemodes"
   {
      "1"      "Sandbox"
      "2"      "SpaceBuild"
   }
}

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uteam does not change the colors of the teams?
« Reply #1 on: February 05, 2008, 09:22:14 AM »
Where are you looking for the colors in game?
Experiencing God's grace one day at a time.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Uteam does not change the colors of the teams?
« Reply #2 on: February 05, 2008, 11:00:53 AM »
If im not mistaken, The default scoreboard will not use the colors or group names in sandbox mode. You'll have to use UTeam in conjunction with a modified scoreboard, such as sui_scoreboard.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Uteam does not change the colors of the teams?
« Reply #3 on: February 05, 2008, 02:51:10 PM »
Correct zakap. They'd have to use a board that shows team names. The default one doesn't do this.
mp6. see sui_scoreboard remixed in our releases section.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Mp6

  • Guest
Re: Uteam does not change the colors of the teams?
« Reply #4 on: February 05, 2008, 03:09:16 PM »
Yea, I was talking about the scoreboard, thanks for the help guys.