Is it possible to this concept
http://puu.sh/hHdZu/7bcb796ef9.png and add the option to monitor when the last time someone joined? So right now it's client-side, but can I find out when someone last joined? As in "ulx ujoined "steamId" or something. And running this command will let me know when the last tinme that player joined.
Alternatively, could we set a group check after a certain amount of days that adds that ulx group to the list stating "This group hasn't joined in over 31 days." With this, we decide which groups we'd like to apply this watch to.
Somewhat like combining the !warn menu, while using the ulx who <steam_id> and the utim function all in one.
My goal is to monitor the activity of someone who has purchase content on the server, but doesn't join after X days, and they would be added to a list. With that list I'd remove whatever extra content they have on the server since they're not utilizing it anymore to help prevent the clutter. I already have this policy implemented, but monitoring it isn't that easy. Right now I'm guessing (server wise), but I'm checking last active date on the website as well.
Hope that wasn't confusing