Author Topic: ULX Group Targetting  (Read 1580 times)

0 Members and 1 Guest are viewing this topic.

Offline Sam Robertson

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
ULX Group Targetting
« on: January 18, 2016, 12:57:24 AM »
How do I make it so people from a certain rank can only target themselves? So the player using the command can only target him/herself.
Thanks!  ;)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Group Targetting
« Reply #1 on: January 18, 2016, 04:41:53 AM »
If you want them to only target themselves for all commands, run the following in console:

Code: [Select]
ulx setgroupcantarget "myGroupName" "^"
^ means 'self'. You can also do this on a per-command basis like so--

Code: [Select]
ulx groupallow "myGroupName" "ulx slap" "^"
Experiencing God's grace one day at a time.