Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: jay209015 on July 26, 2007, 06:22:50 PM
-
ok first of all i read http://forums.ulyssesmod.net/index.php/topic,732.0.html and it didn't work. As i am typing this I am at my console.
] ulx adduser paka operator 0
(ADMIN) (Console) added user paka to group "operator"
# userid name uniqueid connected ping loss state adr
# 5 "Death (John Zombie)" STEAM_0:1:11827544 07:40 95 0 active 71.127.43.113:60158
# 3 "paka" STEAM_0:1:13718703 19:55 89 0 active 71.91.201.170:27005
# 6 "k kiid" STEAM_0:0:13431018 05:51 195 0 active 88.106.31.72:27005
] lua_run PrintTable( ULib.ucl )
> PrintTable( ULib.ucl )...
initClient = function: 025184B0
passTimeout = function: 02518450
checkPass = function: 02518420
checkAuth = function: 02518438
callbacks:
1 = function: 025184B0
2 = function: 02518D20
3 = function: 02910A54
addGroup = function: 025183C0
addUser = function: 025183D8
awaitingauth:
addAccessCallback = function: 025159F0
authed:
Player [1][Death (John Zombie)]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = death (john zombie)
id = STEAM_0:1:11827544
allow:
uniqueid = 3627027955
Player [3][k kiid]:
type = guest
groups:
1 = user
2 = user
id =
account = MingeBag
acl:
allow:
deny:
uniqueid = 2598790016
Player [NULL]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = death (john zombie)
id = STEAM_0:1:11827544
allow:
uniqueid = 3627027955
Player [2][paka]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = paka
id = STEAM_0:1:13718703
allow:
uniqueid = 1579440743
Player [NULL]:
deny:
type = steamid
groups:
1 = user
1 = superadmin
2 = immunity
account = jay209015
id = STEAM_0:1:13630765
allow:
uniqueid = 2461969730
users:
jay209015:
deny:
type = steamid
groups:
1 = superadmin
2 = immunity
id = STEAM_0:1:13630765
pass =
allow:
death (john zombie):
deny:
type = steamid
groups:
1 = operators
id = STEAM_0:1:11827544
pass =
allow:
paka:
deny:
type = steamid
groups:
1 = operator
id = STEAM_0:1:13718703
pass =
allow:
query = function: 02510D28
removeUser = function: 025183F0
probe = function: 02518408
groups:
immunity:
allow:
deny:
superadmin:
allow:
deny:
operators:
allow:
deny:
operator:
allow:
deny:
callCallbacks = function: 02514D78
] lua_run PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )
> PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )...
operators:
death (john zombie) = STEAM_0:1:1182754
paka = STEAM_0:1:1371870
superadmin:
jay209015 = STEAM_0:1:1363076
[sns] yue = STEAM_0:0:1128984
] ulx userallow paka "ulx slap"
Player must have at least operator access first!
Every thing looks right but status doesn't show him being operator and i can't use userallow. Please I need help
-
Did you try rejoining the server?
-
yes I tried having them rejoin and I tried changelevel and I tried restarting the server nothing. I can't add anyone else but me.
-
Well, not sure this would fix it all entirely, but its a good start....
You're settings/users.txt file is missing trailing numbers on the steamids.
This is common when copying and pasting out of the Steam Client. I'm pretty sure the "Having trouble with access?" post you read (THANKS FOR READING AND FOLLOWING AS MUCH AS YOU DID!!! IT HELPS US HELP YOU!) mentions this.
From your status
# 5 "Death (John Zombie)" STEAM_0:1:11827544 07:40 95 0 active 71.127.43.113:60158
# 3 "paka" STEAM_0:1:13718703 19:55 89 0 active 71.91.201.170:27005
From your settings/users.txt
operators:
death (john zombie) = STEAM_0:1:1182754
paka = STEAM_0:1:1371870
Paka's real steamid has a 3 on the end.
Death's real steamid has a 4 on the end, that is missing from your settings/users.txt
Start with removing the invalid records for those imported into data/ULib/users.txt ... correct the settings/users.txt, then try again.
We'll see what happens from there.
-
OMG :-[ that was it, I feel smart lol. Thanks.
-
Glad we could help.
Its so much easier and nicer to help those that read/search first, follow directions...then post :)
-
Also, remove the s from the end of operators in your /settings/users.txt file. Currently you have both the default operator group, and an aditional operators group.