ULX

Author Topic: Problems with game chat  (Read 2044 times)

0 Members and 1 Guest are viewing this topic.

Offline men232

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Problems with game chat
« 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!  :)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Problems with game chat
« Reply #1 on: January 04, 2011, 12:22:43 AM »
Can you please walk us through what you're doing more explicitly? What commands are you using to create teams?
Experiencing God's grace one day at a time.

Offline sweetone

  • Jr. Member
  • **
  • Posts: 63
  • Karma: 2
Re: Problems with game chat
« Reply #2 on: January 04, 2011, 05:26:24 AM »
I think I know whats wrong with your chat. You forgot add team and team colors to your group like this:
Code: [Select]
"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!

Offline men232

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Re: Problems with game chat
« Reply #3 on: January 04, 2011, 07:22:21 AM »
I'm creating a XGUI

Offline men232

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Re: Problems with game chat
« Reply #4 on: January 04, 2011, 07:28:08 AM »
My config
Code: [Select]
"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"
}

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Problems with game chat
« Reply #5 on: January 04, 2011, 09:48:56 AM »
What do you mean by you cannot see their chats?
Experiencing God's grace one day at a time.

Offline sweetone

  • Jr. Member
  • **
  • Posts: 63
  • Karma: 2
Re: Problems with game chat
« Reply #6 on: January 04, 2011, 04:30:10 PM »
Code: [Select]
"user"
{
"allow"
{

}
}

you should add there some colors!