ULX

Author Topic: I need Help  (Read 2485 times)

0 Members and 1 Guest are viewing this topic.

Offline xtreemninja

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
I need Help
« on: October 02, 2015, 02:21:50 PM »
Can someone tell me how to add groupallow to a rank if i removed it ( I have console/rcon ) i just need to code i tried for a good 30 min and im still stumped.
Thanks

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: I need Help
« Reply #1 on: October 02, 2015, 02:32:40 PM »
ulx groupallow "<group>" "ulx groupallow"
See also from console "ulx usermanagementhelp"
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline xtreemninja

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: I need Help
« Reply #2 on: October 02, 2015, 02:37:13 PM »
see i tried that but it is not working

Offline xtreemninja

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: I need Help
« Reply #3 on: October 02, 2015, 03:18:24 PM »
I found out how to fix it, the code is Ulx groupallow "ulx groupallow" Group

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: I need Help
« Reply #4 on: October 02, 2015, 06:42:34 PM »
I found out how to fix it, the code is Ulx groupallow "ulx groupallow" Group
Code: [Select]
o ulx groupallow <group> <command> [<access tag>] - Add to a group's access.Not sure what you've done if the arguments are reversed.
bw81@ulysses-forums ~ % whoami
Homepage

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: I need Help
« Reply #5 on: October 02, 2015, 07:57:19 PM »
Indeed, something is very wrong with your setup for a reversal like that.
The spot your filling with group is the access tags spot and are NOT where specifying the groups 'allowed' to run the command are held.
From console, see "ulx usermanagementhelp", "ulx help" or our FAQ for all commands as superadmin (which console access holds) - http://forums.ulyssesmod.net/index.php/topic,3254.0.html

Something is broken on your server.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming