I'm having a problem as well... I'm using ULX, sui_scoreboard, and uteam... and the scoreboard shows everyone as team "Unassigned"
I get this when starting the server:
**********************************************************
ERROR: Hook 'UTeamSetupTeams' Failed: includes/modules/hook.lua:43: attempt to index field '?' (a nil value)
Removing Hook 'UTeamSetupTeams'
**********************************************************
Adding Player
**********************************************************
ERROR: Hook 'UTeamSetTeam' Failed: includes/modules/hook.lua:43: attempt to index field '?' (a nil value)
Removing Hook 'UTeamSetTeam'
**********************************************************
here is my uteam.txt file:
"Out"
{
"teams"
{
"1"
{
"name" "SuperAdmins"
"group" "superadmin"
"color"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
}
"2"
{
"name" "Admins"
"group" "admin"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"3"
{
"name" "Players"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
}
}
"gamemodes"
{
"1" "spacebuild"
}
}