Feature #220

Group Overrides

Added by Recon last_name 100 days ago. Updated 44 days ago.

Status :New Start :08/14/2008
Priority :Normal Due date :
Assigned to :- % Done :

0%

Category :Web Panel
Target version :2.0.0 Estimated time :3.00 hours

Description

Allow admins to assign overrides to server groups.

More details can be found at http://wiki.alliedmods.net/Adding_Groups_(SourceMod)

This is an example of group overrides in the admin_groups.cfg

"Group Name" 
    {
        "[option1]"    "[value1]" 
        "[option2]"    "[value2]" 
        /* ... */
        Overrides
        {
            "[override1]"    "[allow|deny]" 
            "[override2]"    "[allow|deny]" 
            /* ... */
        }
    }

History

10/03/2008 11:37 AM - Erik Minekus

  • Category set to Web Panel
  • Target version set to 2.0.0

10/09/2008 03:03 AM - Recon last_name

You can probably find some code in the SourceMod base sql admins plugin.

Details: http://wiki.alliedmods.net/SQL_Admins_(SourceMod)

Also available in: Atom PDF