Raised This Month: $32 Target: $400
 8% 

priv flags


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 02-06-2018 , 04:10   priv flags
Reply With Quote #1

what are the access flags and account flags of superadmins and admins and VIP's , owners ?
Mr.J is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 02-06-2018 , 04:23   Re: priv flags
Reply With Quote #2

Why are you asking as they are specified?
__________________
edon1337 is offline
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 02-06-2018 , 04:28   Re: priv flags
Reply With Quote #3

Quote:
Originally Posted by edon1337 View Post
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 .
Mr.J is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 02-06-2018 , 04:40   Re: priv flags
Reply With Quote #4

Quote:
Originally Posted by Mr.J View Post
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
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 02-06-2018 , 05:05   Re: priv flags
Reply With Quote #5

Quote:
Originally Posted by D3XT3R View Post

and for me abcdefghijklmnopqrstux
pretty sure you meant z flag, not x and you shouldn't be adding it to yourself
__________________
retired chump
DjSoftero is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 02-06-2018 , 05:54   Re: priv flags
Reply With Quote #6

Quote:
Originally Posted by DjSoftero View Post
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
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 02-06-2018 , 06:44   Re: priv flags
Reply With Quote #7

Those 'new' flags, are custom-made, owner or vip or whatever flags don't exist.
__________________
edon1337 is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 02-06-2018 , 06:48   Re: priv flags
Reply With Quote #8

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 It totally depends on you how much access you want to give him ;)
instinctpt1 is offline
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 02-06-2018 , 06:55   Re: priv flags
Reply With Quote #9

thx dexter i will test yours

Quote:
Originally Posted by instinctpt1 View Post
"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
and thx for the information of kicking and banning

Last edited by Mr.J; 02-06-2018 at 06:56.
Mr.J is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 02-06-2018 , 08:28   Re: priv flags
Reply With Quote #10

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 ;)

Last edited by instinctpt1; 02-06-2018 at 08:29. Reason: crc
instinctpt1 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:57.


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