AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   priv flags (https://forums.alliedmods.net/showthread.php?t=305073)

Mr.J 02-06-2018 04:10

priv flags
 
what are the access flags and account flags of superadmins and admins and VIP's , owners ? :crab:

edon1337 02-06-2018 04:23

Re: priv flags
 
Why are you asking as they are specified?

Mr.J 02-06-2018 04:28

Re: priv flags
 
Quote:

Originally Posted by edon1337 (Post 2576640)
Why are you asking as they are specified?

every priv has her own access, isnt it ? i want to give players priv
and i think VIP flags : bitr
admin : bcdeij
super admin : abcdeijks
owner : abcdefghijklmnopqrstu
im not sure about them .
i dont know the account flags .

D3XT3R 02-06-2018 04:40

Re: priv flags
 
Quote:

Originally Posted by Mr.J (Post 2576641)
every priv has her own access, isnt it ? i want to give players priv
and i think VIP flags : bitr
admin : bcdeij
super admin : abcdeijks
owner : abcdefghijklmnopqrstu
im not sure about them .
i dont know the account flags .

every community has it special flags as mine community has

$access = array(
"Owner" => "abcdefijmnostux",
"SaDmin" => "abcdefijmntu",
"aDmin" => "bcdeijmtu",
"Vip" => "bit"
);

and for me abcdefghijklmnopqrstux

DjSoftero 02-06-2018 05:05

Re: priv flags
 
Quote:

Originally Posted by D3XT3R (Post 2576644)

and for me abcdefghijklmnopqrstux

pretty sure you meant z flag, not x and you shouldn't be adding it to yourself

D3XT3R 02-06-2018 05:54

Re: priv flags
 
Quote:

Originally Posted by DjSoftero (Post 2576650)
pretty sure you meant z flag, not x and you shouldn't be adding it to yourself

no i mean X
X flag is for owner skin / tag / ban immunity and kick and slap and other things

edon1337 02-06-2018 06:44

Re: priv flags
 
Those 'new' flags, are custom-made, owner or vip or whatever flags don't exist.

instinctpt1 02-06-2018 06:48

Re: priv flags
 
You can Read this : https://wiki.alliedmods.net/Adding_Admins_(AMX_Mod_X) It will Help
And regarding what you said
"L" It is most superior Flag = RCON Access , So it should be given only to owners

And every flag has their own Purpose as you can see on the Link i mentioned above :)

Ex : You want someone to give Kick and BAN access
Quote:

So you should give him " c , d " Flags and if you want they can access kick, Ban menus too then give him "c, d, u " Flag :D It totally depends on you how much access you want to give him ;)

Mr.J 02-06-2018 06:55

Re: priv flags
 
thx dexter i will test yours

Quote:

Originally Posted by instinctpt1 (Post 2576665)
"L" It is most superior Flag = RCON Access , So it should be given only to owners

isnt RCON access for Sadmins ? and with this for sadmins, the owner cant ban Sadmins :nono:
and thx for the information of kicking and banning

instinctpt1 02-06-2018 08:28

Re: priv flags
 
Player with " L " Flag has access to everything, Which means he can even BAN / Kick a Player with Immunity too actually L Flag gives you access over Server's Console and you too know anyone who has Server's Console access can do anything he want ( So he needs to be a Owner )

"A" = Flag for Immunity Which means you cant Kick / Slap / BAN players with Immunity ( Generally Used as a Flag for Super Admin :) )

Here is List of Flag with What they are made for
HTML Code:

       
        ADMIN_IMMUNITY      /* flag "a" */
        ADMIN_RESERVATION  /* flag "b" */
        ADMIN_KICK          /* flag "c" */
        ADMIN_BAN          /* flag "d" */
        ADMIN_SLAY          /* flag "e" */
        ADMIN_MAP          /* flag "f" */
        ADMIN_CVAR          /* flag "g" */
        ADMIN_CFG          /* flag "h" */
        ADMIN_CHAT          /* flag "i" */
        ADMIN_VOTE          /* flag "j" */
        ADMIN_PASSWORD      /* flag "k" */
        ADMIN_RCON          /* flag "l" */
        ADMIN_LEVEL_A      /* flag "m" */
        ADMIN_LEVEL_B      /* flag "n" */
        ADMIN_LEVEL_C      /* flag "o" */
        ADMIN_LEVEL_D      /* flag "p" */
        ADMIN_LEVEL_E      /* flag "q" */
        ADMIN_LEVEL_F      /* flag "r" */
        ADMIN_LEVEL_G      /* flag "s" */
        ADMIN_LEVEL_H      /* flag "t" */
        ADMIN_MENU          /* flag "u" */
        ADMIN_BAN_TEMP      /* flag "v" */
        ADMIN_ADMIN        /* flag "y" */
        ADMIN_USER          /* flag "z" */

Ex 1: Now if you give " I " Flag to a Admin he can access Hud Chat :)
Ex 2: If i m admin and i have these flags "ceij" It means i can kick someone ,I can slay/Slap someone, I can use HudChat ( White chat ) , I can make a vote with Amx_voe :)

I guess now you know how to use them ;)


All times are GMT -4. The time now is 07:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.