3Levels
3Levels is a metamod plugin to allow admins to sort players into
groups. Each group can have it's own scoreboard icon,
announcement message and name. Players who are not in a group can
be automatically kicked. Despite the name, you can actually have
any number of groups you want.
1.0
- First version of 3Levels.
- Two new cvars: prs_3levels_file and prs_3levels_mode.
- prs_3levels_file sets the location of the configuration file
relative to your half-life directory, e.g. "ns/addons/3levels.txt".
- prs_3levels_mode sets the mode of the plugin. Mode 0
disables the plugin. Mode 1 enables group icons and
announcements. Mode 2 is like mode 1, but it will kick any player
who is not in a group.
- Groups are defined by the config file. An example file is
provided.
2.0
- Second version of 3Levels.
- Fixed problem where announcements sometimes wouldn't show.
- Altered code to only check a player's group when they connect,
rather than every time their score changes
Home