Author Topic: sui_scoreboard unassigned team  (Read 1715 times)

0 Members and 1 Guest are viewing this topic.

Offline ratchetclan4

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
sui_scoreboard unassigned team
« 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"
}
}

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: sui_scoreboard unassigned team
« Reply #1 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
}
« Last Edit: May 19, 2009, 02:41:28 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming