Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Tashiiee on March 11, 2010, 08:44:33 AM

Title: Ulx wont remember me?
Post by: Tashiiee 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?
Title: Re: Ulx wont remember me?
Post by: Dr. Nick 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
Title: Re: Ulx wont remember me?
Post by: Tashiiee on March 11, 2010, 10:27:16 AM
thanks that worked