Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: ratchetclan4 on May 19, 2009, 01:31:59 PM

Title: sui_scoreboard unassigned team
Post by: ratchetclan4 on May 19, 2009, 01:31:59 PM
ive got sui scoreboard and uteams

this is my uteams .txt
but still im unassigned, i also use ulx mod


Code: [Select]
"Out"
{
"teams"
{
                      }           
"1"
{
"name" "~S3RV3R 0WN3R~"
"group" "superadmin"
"armor" "1000"
"hp" "1000"
"color"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}

                                    "2"
{
"name" "AdMiN"
"group" "Admin"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}



                            }
"3"
{
"name" "Honored"
"group" "Honored"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}"model" "gman"
}
"4"
{
"name" "Respected"
"group" "Respected"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}"model" "breen"
}
"5"
{
"name" "Players"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male1"
}
}
"gamemodes"
{
"1" "Sandbox"
}
}
Title: Re: sui_scoreboard unassigned team
Post by: JamminR on May 19, 2009, 02:39:36 PM
Closing bracket for teams is immediately after teams.
Should be like
team {
1
{
stuff
}
2
{
stuff
}

} <-- here, not;

teams
{
}
1
{
stuff
}