Author Topic: Groups.txt trouble  (Read 2972 times)

0 Members and 1 Guest are viewing this topic.

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
Groups.txt trouble
« on: May 16, 2007, 01:46:45 PM »
I have recently customized data/ULib/groups.txt to the following:

Code: [Select]
"Out"
{
"superadmin"
{
}
"operator"
{
"allow"
{
"1" "ulx ban"
"3" "ulx kick"
"2" "ulx slay"
"5" "ulx slap"
"4" "ulx hp"
"7" "ulx jail"
"6" "ulx freeze"
"9" "ulx goto"
"8" "ulx spectate"
"11" "ulx teleport"
"10" "ulx bring"
}
"deny"
{
"1" "ulx cexec"
"3" "ulx ragdoll"
"2" "ulx rcon"
"5" "ulx toolallow"
"4" "ulx adduser"
"6" "ulx userallow"
}
}
}

The questions i have is when people i make operators, they say they do not have access to these commands even after they retry to server or after i restart the server.  Seeing as operators are on a command basis.  I have also noticed that the file automatically changes the spacing and numbers assoicated with each command.

It does need to be "ulx command" correct?