Hi, all!
I wrote a donation system on my server (208.122.52.131:27016) which is tied via SQL to my website (c9clan.com). When a user donates via PayPal, IPN notifies the forum, and sets them as a donor, which is then propagated to the server via SQL, and ends up adding the user to userlist automatically. In short, when they donate, they're auto-added to the "donors" group in Garry's Mod's settings.txt and ULib.
I've already given them certain ULX command access via ULib's groups, however, I'd like to allow them use to certain donor-only toolmodes (I've written a few STools). I see you can globally deny with tooldeny and deny a single user with tooldenyuser - is there a way I can deny toolmodes to a usergroup, or, preferably, allow a usergroup to use a tool that's been globally denied?
Thanks.