Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: men232 on January 03, 2011, 11:52:40 PM
-
Hi guys, I have such a problem, I'm super adminis when I assign a ???? I can not see theirs chat! ::)
PS:Sorry for my bad English! :)
-
Can you please walk us through what you're doing more explicitly? What commands are you using to create teams?
-
I think I know whats wrong with your chat. You forgot add team and team colors to your group like this:
"silverplayer"
{
"team"
{
"color_green" "86"
"health" "300"
"color_red" "86"
"order" "7"
"name" "Silverplayer"
"index" "27"
"color_blue" "89"
}
"allow"
{
}
"inherit_from" "player"
}
those color red, blue and greens are the point!
-
I'm creating a XGUI
-
My config
"user"
{
"allow"
{
}
}
"superadmin"
{
"team"
{
"index" "21"
"runSpeed" "2000"
"order" "1"
"color_blue" "0"
"color_red" "255"
"name" "Super Admin"
"armor" "255"
"health" "2147480000"
"jumpPower" "510"
"color_green" "0"
}
"allow"
{
}
"inherit_from" "admin"
}
"admin"
{
"can_target" "!%superadmin"
"team"
{
"index" "22"
"runSpeed" "1800"
"order" "2"
"color_blue" "0"
"color_red" "0"
"jumpPower" "450"
"armor" "255"
"health" "200000"
"name" "Admin"
"color_green" "255"
}
"allow"
{
}
"inherit_from" "vip"
}
"vip"
{
"can_target" "!%admin"
"team"
{
"index" "23"
"runSpeed" "1000"
"order" "3"
"color_blue" "255"
"color_red" "0"
"health" "2000"
"armor" "100"
"jumpPower" "350"
"name" "V.I.P"
"color_green" "210"
}
"allow"
{
"ulx goto"
"ulx seeasay"
}
"inherit_from" "user"
}
-
What do you mean by you cannot see their chats?
-
"user"
{
"allow"
{
}
}
you should add there some colors!