PDA

View Full Version : Flags


Self-Serve
07-15-2008, 19:11
Is it possible for somebody to list the access flags for each plugin for AMX SUPER 3.81 please.

Thanks.

bmann_420
07-15-2008, 22:55
Read teh FAQ (http://www.deviantgamerz.com/amx_super/faq.php), their is a link to them al lin their. As you know 4.0 has changed (a complete re-write including access flags). And it will be out fully next week

Self-Serve
07-15-2008, 23:06
Thank you very much.

Self-Serve
07-15-2008, 23:09
Hold on.

There's the flag "e" then there is flag "q" with Custom Level E.

When you said admin_level e , which are you referring to?

bmann_420
07-16-2008, 06:32
What command are you referring to?

Self-Serve
07-16-2008, 12:27
Amx_Quit.

Because not many people have "q" Custom Level E, but they have quit.

I'm not sure if that means amx_quit is "e" Amx slap/slay or it's a glitch.

It wouldn't make much sense if amx_quit was with amx_slap/slay

bmann_420
07-16-2008, 15:07
3.8.1register_concmd("amx_quit","admin_quit",ADMIN_KICK,"<nick, #userid, authid or @team>")


4.0
register_concmd("amx_quit","admin_quit",ADMIN_LEVEL_E,"<nick, #userid, authid or @team>")


#define ADMIN_LEVEL_E (1<<16) /* flag "q" */

It is now a custom level, so its more flexible with a server owner who is letting people purchase admin. They are setup in groups so you have more leeway on giving commands, its not misconstrued, or a bunch in one section. You can always double check Here (http://users.svn.alliedmods.net/viewvc.cgi/amx_super.sma?root=bmannplugins&view=log)

Self-Serve
07-16-2008, 22:24
So your saying I should download v4.0?

Didn't you say it had bugs though?

bmann_420
07-16-2008, 23:42
No, as far as I'm concerned, I would highly recommend that one, just for more functionality. The only bugs are a few runtime errors that dont effect game play at all.

The only difference is, its null. Were doing a complete re-write right now, and will probly post for testing this weekend.

Self-Serve
07-17-2008, 00:05
Alright, well I'm going on my summer vacation tomorrow, so hopefully when I'm back I'll check up to see what's new with your plugin and I'll go from there.

Thanks.