ULX

Author Topic: ULX+Ulib Admin status bug!  (Read 1877 times)

0 Members and 2 Guests are viewing this topic.

Offline AzkaraWolfe

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
ULX+Ulib Admin status bug!
« on: December 16, 2012, 01:18:44 PM »
For a few days, my server's ULX/ULIB has been acting up. For example, when someone is promoted they get to keep their superadmin status when they disconnect, but when this other guy comes on his is reverted to normal admin status, when he is supposed to be superadmin, he is the only one effected by this, whenever he re-connects it reverts to normal admin level, and he can't use very many commands past the ones average moderators can use. (Who, Slay, Time, etc.)

I've tried alot of things, like editing him straight into the "data/ulib/users.txt"

In the file, it labels him as a superadmin, but it doesn't take effect in-server. He is the user "Heisenberg", by the way.

Code: [Select]
"STEAM_0:1:17491070"
{
"name" "Warhero"
"deny"
{
}
"allow"
{
}
"group" "superadmin"
}
"STEAM_0:0:37297367"
{
"allow"
{
}
"name" "[CivilRP]Mue107"
"deny"
{
}
"group" "superadmin"
}
"STEAM_0:1:35271705"
{
"allow"
{
}
"name" "Heisenberg"
"deny"
{
}
"group" "superadmin"
}
"STEAM_0:1:24920351"
{
"deny"
{
}
"allow"
{
}
"name" "Wolft3k"
"group" "admin"
}
"STEAM_0:1:40188115"
{
"allow"
{
}
"name" "[CivilRP]DJ Spitz"
"deny"
{
}
"group" "|lvl 4| admin"
}

Thanks for the feedback in advance.
« Last Edit: December 16, 2012, 03:36:48 PM by AzkaraWolfe »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX+Ulib Admin status bug!
« Reply #1 on: December 16, 2012, 05:04:26 PM »
Ever added him as admin using Gmod's default /settings/users.txt file?
Or another admin mod such as FPtje's perhaps conflicting? It comes with Dark RP I think.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline AzkaraWolfe

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: ULX+Ulib Admin status bug!
« Reply #2 on: December 16, 2012, 11:58:28 PM »
I will try this, thanks!

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: ULX+Ulib Admin status bug!
« Reply #3 on: December 17, 2012, 12:21:03 AM »
This issue sounds related to this one: https://github.com/Nayruden/Ulysses/issues/53

I'm not sure what the status is or if Megiddo has looked into it, though. *Might* also be related to this?: https://github.com/Nayruden/Ulysses/issues/1
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX+Ulib Admin status bug!
« Reply #4 on: December 17, 2012, 02:44:57 PM »
I will try this, thanks!
Just to be clear, this wasn't a suggestion for you to do (though, it too should work), this was asking if you might have already done it.
Gmod uses, without any admin mods, a /settings/users.txt file. WE load that during our own file process (To me, any good admin mod should, it's Gmod's default).
It's possible that if one were to set it there, then later update using adduser from ULX, it would overwrite changes.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming