Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Swerve on February 22, 2007, 06:06:32 AM
-
This was all copied and pasted from the console on my Dedicated Server.
] status
hostname: Swerve's TEST Server
version : 1.0.0.0/7 2992 secure
udp/ip : 192.168.1.114:27015
map : gm_construct at: 0 x, 0 y, 0 z
players : 1 (10 max)
# userid name uniqueid connected ping loss state adr
# 2 "Swerve" STEAM_0:1:13369114 03:34 31 0 active 127.0.0.1:27006
] lua_run PrintTable( ULib.ucl )
> PrintTable( ULib.ucl )...
passTimeout = function: 0254C420
addAccessCallback = function: 0254C450
checkAuth = function: 0254C408
callbacks:
1 = function: 0254C8A0
groups:
superadmin:
allow:
deny:
addUser = function: 0254C3A8
awaitingauth:
addGroup = function: 0254C390
authed:
Player [1][Swerve]:
deny:
type = steamid
groups:
1 = superadmin
account = Swerve
id = STEAM_0:1:13369114
allow:
uniqueid = 3650419666
users:
Swerve:
deny:
type = steamid
groups:
1 = superadmin
id = STEAM_0:1:13369114
pass =
allow:
query = function: 0254C468
removeUser = function: 0254C3C0
probe = function: 0254C3D8
checkPass = function: 0254C3F0
callCallbacks = function: 0254C438
] lua_run PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )
> PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )...
admin:
superadmin:
-
What's the problem? You're authed as a superadmin.
-
When i ry to do an admin command i just get "You do not have access to this command, Swerve"
-
Are there any errors on startup (CLIENT or SERVER side)? Barring some conflict or misconfiguration I can't see any way that this would happen. Except maybe the access variables not being definde. Have you edited any of the lua files?
-
Nope, But when i try to do the adduser command i get some error in a file on line 154 or something..
I will look into it tomorrow, Right now i need to sleep.
-
A quick check to ensure the defines are getting set.
run this in SERVER console:
lua_run print(ULib.ACCESS_SUPERADMIN)
and make sure it prints superadmin.
-
] lua_run print(ULib.ACCESS_SUPERADMIN)
> print(ULib.ACCESS_SUPERADMIN)...
superadmin
-
Ok, so at least we know the defines are loading properly. It's 4 in the morning here right now, so I'll try to get back to you with more help tomorrow sometime.
-
Swerve,
What command(s) have you tried?
Have you tried them in just console "ulx blah", in just chat "!blah", or both?
-
I have tried the !ragdoll !god commands and more, And it wasn't working. But it seems it was just some corrupt files, I found it strange how they were corrupt the first 2 times though...Works fine now, Thanks for your time.