As stated in this thread:
http://forums.ulyssesmod.net/index.php/topic,5346.0.htmlSo, to solve the problem above, you would do: "ulx setgroupcantarget mod !%mod,^" This means "mod can target NOT group mod, can target self" (The comma basically just adds another separate parameter)
You can add a 2nd parameter for targeting groups.
What I want is: Superadmins can target Superadmin and all under superadmin. Superadmins can not Target the Owner (higher rank) and can not target themself.
So I did this: " ulx setgroupcantarget superadmin !%owner,!^ "
The "^" stands for the person who wrote the command
The "!" stands for not
"!^" means for me: NOT me
It does not work so can someone help me out in this please?