Ulysses
General => Off-Topic => Topic started by: Mp6 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"
}
}
-
Where are you looking for the colors in game?
-
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.
-
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.
-
Yea, I was talking about the scoreboard, thanks for the help guys.