View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-29-2012 , 16:01   Re: [TF2] Donator Plugins/Flags
Reply With Quote #8

Quote:
Originally Posted by Disrupted_Hunter View Post
Then what do I do? I've read the doc but I'm still confused. My knowledge on flags and whatnot are next to non. The only thing I know how to do is set up a server and add plugins

While looking through my files I found admin_levels. Would I have to put my custom flags in there as well?
There are 20 flags, each specified by a single letter and SourceMod doesn't support adding new ones... I went through this same issue several years ago.

The flags are these:
Code:
reservation	 a	 Reserved slot access.
generic	 b	 Generic admin; required for admins.
kick	 c	 Kick other players.
ban	 d	 Ban other players.
unban	 e	 Remove bans.
slay	 f	 Slay/harm other players.
changemap	 g	 Change the map or major gameplay features.
cvar	 h	 Change most cvars.
config	 i	 Execute config files.
chat	 j	 Special chat privileges.
vote	 k	 Start or create votes.
password	 l	 Set a password on the server.
rcon	 m	 Use RCON commands.
cheats	 n	 Change sv_cheats or use cheating commands.
root	 z	 Magically enables all flags.
custom1	 o	 Custom Group 1.
custom2	 p	 Custom Group 2.
custom3	 q	 Custom Group 3.
custom4	 r	 Custom Group 4.
custom5	 s	 Custom Group 5.
custom6	 t	 Custom Group 6.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 04-29-2012 at 16:01.
Powerlord is offline