Author Topic: Ulx wont remember me?  (Read 1925 times)

0 Members and 1 Guest are viewing this topic.

Offline Tashiiee

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
  • Lions-Gaming.com
    • Lions-Gaming
Ulx wont remember me?
« on: March 11, 2010, 08:44:33 AM »
Hi my names Tasha i have a darkrp server and i have just added ulx and ulib,
The server see's that there there and work sort of....

When i add myself as a superadmin i can do all the commands but when i press my bind to bring up the menu all i get is the motd link and nothing else yet i can do all the chat commands also if i leave the server and come back it doesn't remember me i have to add myself again and then i get the same problem with the menu.

"Lions-Gaming|Tashiiee"   
{
   "deny"   
   {
   }
   "type"   "steamid"
   "groups"   
   {
      "superadmin"
   }
   "id"   "STEAM_0:0:18988750"
   "pass"   ""
   "allow"   
   {
      "immunity"
      "ulx"
   }
}

Thats what my users.txt looks like i don't know what to do.... can you please help me?

Offline Dr. Nick

  • Newbie
  • *
  • Posts: 2
  • Karma: 1
Re: Ulx wont remember me?
« Reply #1 on: March 11, 2010, 09:54:20 AM »
change it to
Code: [Select]

"Lions-Gaming|Tashiiee"
{
"id" "STEAM_0:0:18988750"
"type" "steamid"
"pass" ""
"pass_req" "0"
"groups"
{
"superadmin"
"admin"
}
"allow"
{
}
"deny"
{
}
}
that should help

Offline Tashiiee

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
  • Lions-Gaming.com
    • Lions-Gaming
Re: Ulx wont remember me?
« Reply #2 on: March 11, 2010, 10:27:16 AM »
thanks that worked