My ULib/ULX versions (run "ulx version" in console):
ULib v2.61
ULX v3.71
Game mode(s) I am having this problem on: DarkRP
I was unable to find any other post relating to multiple trees, so I'll try it now.
Simply putting it, there are admins and event ranks. The tree is as follows in order:
root
superadmin
eventmaster (Equal to admins, so can target is set for !%superadmin)
admin (Equal to eventmaster, so can target is set for !%superadmin)
event (Equal to moderator, so can target is set for !%eventmaster, admin)
moderator (Equal to event, so can target is set for !%eventmaster, admin)
t-mod (Equal to t-event, so can target is set for !%moderator, event)
t-event (Equal to t-event, so can target is set for !%moderator, event)
And then user.
Well, the issue here resides in the fact that all is well when it comes to targeting each other except "event" and "moderator". They can target any rank. The other ranks are fine seemingly.
As for inheritance, they all inherit off their tree's previous rank. So t-mod > mod > admin and t-event > event > eventmaster.
Any suggestions?