Ulysses
General => Off-Topic => Topic started by: nyan on June 23, 2013, 10:02:16 AM
-
Hello! So I am working on bringing up a server (DarkRP) and so far it's going great. I'm just having one issue with noclip. All of the other admin ranks are able to noclip, but the rank I made (owner) is not able to despite having more abilities than all of the other ranks. I'm not entirely sure how to fix this.
-
Hello! So I am working on bringing up a server (DarkRP) and so far it's going great. I'm just having one issue with noclip. All of the other admin ranks are able to noclip, but the rank I made (owner) is not able to despite having more abilities than all of the other ranks. I'm not entirely sure how to fix this.
Are there any errors? What exactly happens when you try to no-clip? Are you using "ulx noclip" or just "noclip"?
-
There are no errors. Literally nothing happens when I try. And I am trying to use regular "noclip".
Ulx noclip does work, but I have other servers that work with regular noclip and I would rather not change my binds around. As I said, it still works for my other admin groups that are there by default, just not the one I made.
-
There are no errors. Literally nothing happens when I try. And I am trying to use regular "noclip".
Ulx noclip does work, but I have other servers that work with regular noclip and I would rather not change my binds around. As I said, it still works for my other admin groups that are there by default, just not the one I made.
Seems like an FAdmin problem rather then a ULX problem.
And you are set above superadmin or you are set to superadmin correct?
Would it be possible for me to join your server and see whats up?
-
Please see this (http://forums.ulyssesmod.net/index.php/topic,6291.0.html).
-
Okay, how about we forget I said owner rank then as apparently people get mad at it for some reason. Let's just say I want to make another rank not above superadmin, but I still want it to be able to have noclip, and not only ULX Noclip. How would I do that?
-
Okay, how about we forget I said owner rank then as apparently people get mad at it for some reason. Let's just say I want to make another rank not above superadmin, but I still want it to be able to have noclip, and not only ULX Noclip. How would I do that?
What is happening is that FAdmin is simply not accepting you as an admin and thus not letting you use the normal noclip. Its a common error with FAdmin, and this (http://forums.ulyssesmod.net/index.php/topic,6291.0.html) would be the easiest fix. How ever if you insist on having a rank above superadmin you should try setting your self as root in FAdmin...
rcon fadmin setroot <YOURNAMEHERE>
That should tell FAdmin that you are the owner of the server and that it should give you full access.
-
Okay, how about we forget I said owner rank then as apparently people get mad at it for some reason. Let's just say I want to make another rank not above superadmin, but I still want it to be able to have noclip, and not only ULX Noclip. How would I do that?
No one is getting mad. If you would have read that post you would have seen that what I was trying to get across is how gmod handles admin access.
If you want a group to be seen as an admin without it BEING the admin group, you need for it to inherit admin in ULX. Any group that inherits admin will be recognized as an admin in default gmod functions as well as non-ULX addons that check admin access on a player.
If you don't want the group to have some of the commands and accesses that ULX gives to admins you would simply need to deny access to anything that admin has access to for the new group that inherits admin.
-
No one is getting mad. If you would have read that post you would have seen that what I was trying to get across is how gmod handles admin access.
If you want a group to be seen as an admin without it BEING the admin group, you need for it to inherit admin in ULX. Any group that inherits admin will be recognized as an admin in default gmod functions as well as non-ULX addons that check admin access on a player.
If you don't want the group to have some of the commands and accesses that ULX gives to admins you would simply need to deny access to anything that admin has access to for the new group that inherits admin.
Okay, what I tried to do is make a group named "Test" and had it inherit "Admin". Yet the test group still can not noclip, but can do what the admin group can permissions-wise.
-
Okay, what I tried to do is make a group named "Test" and had it inherit "Admin". Yet the test group still can not noclip, but can do what the admin group can permissions-wise.
I had a type in the code I gave you above try it, may be it will work for you?
-
I had a type in the code I gave you above try it, may be it will work for you?
It didn't seem to do anything. I also have separate ranks below superadmin that I would like to give noclip access to, is there any way I could do that. I wouldn't want them having root user abilities.
-
It didn't seem to do anything. I also have separate ranks below superadmin that I would like to give noclip access to, is there any way I could do that. I wouldn't want them having root user abilities.
Hmm this seems to be quite an issue, considering your running DarkRP and FAdmin seems to be causing the problems... You know you could do some thing like this in code...
hook.Add( "PlayerNoClip", "ULXNoclipConversion", function(ply)
ply:ConCommand("ulx noclip")
end)
For the code above put that in a file noclipfix.lua in your lua/autorun and when a person runs the command "noclip" in their console it should automatically convert it to the ULX equivalent of the noclip command. (This is untested, but it should work.)
I wish you the best of luck and I hope your error will be fixed soon.
-
I appreciate your help HeLLFox. I tried that, it kinda works and kinda doesn't. At times it works fine, at times it will get stuck so I can't fly, and sometimes I get stuck in the air and it takes a few taps again to fix it. Getting somewhere nonetheless! haha
-
ULX has no control over the 'noclip' command, other than allowing the setting of the server's entire noclip mode through our settings panel.
As you mentioned, you know how to grant 'ulx noclip' access that we do have access to.
Moving this thread to off-topic.
You might get more assistance from the DarkRP/Fadmin forums regarding why your noclip isn't workng.