Raised This Month: $51 Target: $400
 12% 

amx_who


Post New Thread Reply   
 
Thread Tools Display Modes
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 05-08-2022 , 12:13   Re: amx_who
Reply With Quote #11

Quote:
Originally Posted by OciXCrom View Post
What does your question even mean? "y" is an admin flag just like any other flag.
He's probably asking what the "y" flag entails although there isn't one... so not sure what his question could be

https://wiki.alliedmods.net/Adding_A...#Access_Levels

With the latest, there's a v flag
Code:
; v - amx_ban and amx_unban commands (temporary bans only, about amx_unban, only self performed ban during map gonna be allowed)
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-10-2022 , 14:40   Re: amx_who
Reply With Quote #12

Yes, there is one. The Wiki is outdated.

Code:
#define ADMIN_ALL           0       /* everyone */ #define ADMIN_IMMUNITY      (1<<0)  /* flag "a" */ #define ADMIN_RESERVATION   (1<<1)  /* flag "b" */ #define ADMIN_KICK          (1<<2)  /* flag "c" */ #define ADMIN_BAN           (1<<3)  /* flag "d" */ #define ADMIN_SLAY          (1<<4)  /* flag "e" */ #define ADMIN_MAP           (1<<5)  /* flag "f" */ #define ADMIN_CVAR          (1<<6)  /* flag "g" */ #define ADMIN_CFG           (1<<7)  /* flag "h" */ #define ADMIN_CHAT          (1<<8)  /* flag "i" */ #define ADMIN_VOTE          (1<<9)  /* flag "j" */ #define ADMIN_PASSWORD      (1<<10) /* flag "k" */ #define ADMIN_RCON          (1<<11) /* flag "l" */ #define ADMIN_LEVEL_A       (1<<12) /* flag "m" */ #define ADMIN_LEVEL_B       (1<<13) /* flag "n" */ #define ADMIN_LEVEL_C       (1<<14) /* flag "o" */ #define ADMIN_LEVEL_D       (1<<15) /* flag "p" */ #define ADMIN_LEVEL_E       (1<<16) /* flag "q" */ #define ADMIN_LEVEL_F       (1<<17) /* flag "r" */ #define ADMIN_LEVEL_G       (1<<18) /* flag "s" */ #define ADMIN_LEVEL_H       (1<<19) /* flag "t" */ #define ADMIN_MENU          (1<<20) /* flag "u" */ #define ADMIN_BAN_TEMP      (1<<21) /* flag "v" */ #define ADMIN_ADMIN         (1<<24) /* flag "y" */ #define ADMIN_USER          (1<<25) /* flag "z" */

Also there's no need for the flag to be defined anywhere.
You can also freely use flags "w" and "x" even though they are not listed anywhere. It's up to you what privileges you assign to the flags.
__________________

Last edited by OciXCrom; 05-10-2022 at 14:41.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Qsai Wolf PS
Junior Member
Join Date: May 2021
Location: palstine
Old 03-03-2023 , 05:43   Re: amx_who
Reply With Quote #13

Quote:
Originally Posted by OciXCrom View Post
What does your question even mean? "y" is an admin flag just like any other flag.
This is an old question, sorry to bother you
It was in my early days
Qsai Wolf PS 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 17:10.


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