Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Weapon317 on February 28, 2011, 01:50:14 PM
-
Hey guys, I have a question, so my co-leader i think messed with the "allowgroupcantarget" or something like that, command. And now admins are able to target superadmins with their commands, same goes for VIP group. How can i denie that again? (Nobody can target superadmins)
Also, are there any plugins/extra commands for ULX 3.5 Ulib 2.4, SVN 158?
Thanks!
-
XGUI>Cmds>setgroupcantarget
select group, list who they can target, I assume it is comma separated, but havent used it so don't know.
As far as 'plugins' go, you can check the releases forum, that's where ULX related addons can be found.
-
XGUI>Cmds>setgroupcantarget
select group, list who they can target, I assume it is comma separated, but havent used it so don't know.
As far as 'plugins' go, you can check the releases forum, that's where ULX related addons can be found.
I could do it ingame to I just need the string or something like that, i think it was something like this !%superadmins But that didnt work :(
-
ulx setgroupcantarget admin "!%superadmin"
-
But that dint work then admins only can target superadmins it says, I want that they Cant use their powers on superadmins :D
-
What Megiddo gave to you should work for what you're asking for.
-
Hmm well ill try it again see if it works.
Edit: Works thx :D
-
Weapon, for future reference, many coding languages use a "!" to negate a command.
We use it for access strings.
When you ran the command Megiddo said, with "!%superadmin" on the end.. it gave admins negative access, because of the !, to the superadmin group.
-
Weapon, for future reference, many coding languages use a "!" to negate a command.
We use it for access strings.
When you ran the command Megiddo said, with "!%superadmin" on the end.. it gave admins negative access, because of the !, to the superadmin group.
Thanks for the advice :D
-
I tried this with almost all groups, the whole superadmin thing worked great, but what about doing it with other groups. When I do "!%admin" it shows up as "!dmin"
-
What are you using to set it? Console and XGUI should not be mangling input like that.