Is anyone able to code me a small gui window that will show me a list of users in a particular usergroup, and allow me to delete them from that group?
it would have to retrieve the data from data/ulib/users.txt and show it up in a list showing at least their name and possibly steamID
a user in the usergroup “poweruser” would look like this in users.txt:
"ash"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"poweruser"
}
"id" "STEAM_0:0:XXXXXXX"
"allow"
{
}
"pass" ""
}
This would be very similar to the existing feature of ULX to view and remove bans.
thanks in advance