ULX

Author Topic: I have problems with making my own groups, please help!  (Read 2652 times)

0 Members and 1 Guest are viewing this topic.

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
I have problems with making my own groups, please help!
« on: July 06, 2007, 06:01:01 PM »
Hi all,

This has been probably asked before, howerver after 10 minutes of reading topics, i can't find an answer to my problem.

I'm trying to add otheres groups, say like Respected and Minge. But..they won't work :(


Here is my ulib/user.txt:
Code: [Select]
"Out"
{
"TheSuperAdmin"
{
"id" "STEAM_0:0:111111"
"type" "steamid"
"groups"
{
"1" "superadmin"
"2" "immunity"
}
}

"TheModerator"
{
"id" "STEAM_0:0:333333"
"type" "steamid"
"groups"
{
"1" "moderator"
}
}

"TheRespected"
{
"id" "STEAM_0:0:444444"
"type" "steamid"
"groups"
{
"1" "respected"
}
}

"TheMingeBag"
{
"id" "STEAM_0:0:999999"
"type" "steamid"
"groups"
{
"1" "minge"
}
}

}



Here is my ulib/groups.txt:
Code: [Select]
"Out"
{
"superadmin"
{

}

"admin"
{
"deny"
{
"1" "ulx cexec"
"2" "ulx rcon"
"3" "ulx toolallow"
"4" "ulx adduser"
"5" "ulx userallow"
"6" "ulx luarun"
}
}

"moderator"
{
"deny"
{
"1" "ulx ban"
"2" "ulx toolallowuser"
"3" "ulx veto"
"4" "ulx whip"
}
}

"respected"
{
"allow"
{
"1" "ulx votekick"
}
}

"client"
{
"allow"
{
"1" "ulx votekick"
}
}

"minge"
{
"deny"
{
"1" "ulx votekick"
}
}

}



And here is my data/uTeam.txt:
Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "[Super Admin]"
"group" "superadmin"
"armor" "999"
"hp" "999"
"model" "super"
"color"
{
"a" "255"
"B" "64"
"g" "64"
"r" "64"
}
"plytable"
{
"1" "SprintSpeed:2000"
"2" "WalkSpeed:800"
}
}
"2"
{
"name" "[Admin]"
"group" "admin"
"armor" "500"
"hp" "500"
"model" "combine"
"color"
{
"a" "255"
"B" "100"
"g" "100"
"r" "100"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:400"
}
}
"3"
{
"name" "[Moderator]"
"group" "moderator"
"armor" "200"
"hp" "200"
"model" "police"
"color"
{
"a" "255"
"B" "120"
"g" "120"
"r" "120"
}
"plytable"
{
"1" "SprintSpeed:800"
"2" "WalkSpeed:300"
}
}

"4"
{
"name" "[Respected]"
"group" "respected"
"model" "alyx"
"color"
{
"a" "255"
"B" "200"
"g" "64"
"r" "64"
}
}

"5"
{
"name" "[Client]"
"group" "client"
"model" "kleiner"
"color"
{
"a" "255"
"B" "200"
"g" "100"
"r" "100"
}
}
"6"
{
"name" "[Minge]"
"group" "minge"
"model" "male1"
"color"
{
"a" "255"
"B" "200"
"g" "120"
"r" "120"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}



Can someone tell me what i do wrong because no groups work but superadmins..but it was working with groups named 'superadmin', 'admin, 'operator', 'user' but that's default groups and i would like to add others. Is it impossible to create our own groups ??

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: I have problems with making my own groups, please help!
« Reply #1 on: July 06, 2007, 09:03:41 PM »
Please check your SERVER console for any errors on startup.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: I have problems with making my own groups, please help!
« Reply #2 on: July 06, 2007, 10:24:59 PM »
Sorry but what you mean 'the server console' ? If you mean the remote console then i just don't know where to get it (our server is hosted by gservers.nl), can you link me somewhere? Thanks

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: I have problems with making my own groups, please help!
« Reply #3 on: July 06, 2007, 10:51:19 PM »
Sorry but what you mean 'the server console' ? If you mean the remote console then i just don't know where to get it (our server is hosted by gservers.nl), can you link me somewhere? Thanks

We mean the console of the server.
Please contact your host for how to view console output of your server. (Or at least, have them post/host logs)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: I have problems with making my own groups, please help!
« Reply #4 on: July 08, 2007, 07:11:32 AM »
Ok, i can't get any responses from the server owner, so i managed to fix the problem myself and, i fixed it i don't know exactly how lol :) Thanks anyway, thread can be closed if you want.