levels
Hey, I am using amx_super on my clan's pub server and when I first give a member admin, I only give them kick and csay. What is the level that I need to give. Like in users.ini, it says custom level a,b,c, etc. and I can't find the list where is shows which command is what level. Thanks.
|
Re: levels
These are the Commands and their Flags:
Code:
Those are in accordance with amxconst.inc (amxmodx/scripting/include) Code:
Which you can change how you see fit, and then re-compile. |
Re: levels
Oh okay..sorry I'm not good at plugins and stuff so I just use the .amxx and I don't know how to open the .sma. Hehe..thanks.
|
Re: levels
Right click and open with notepad.
|
Re: levels
"Get source" and open it with any text editor.
|
Re: levels
Oh..it's just a text? I didn't know..lol
|
Re: levels
You can open files and edit them with any text editor you have, as long as you have the correct compiler to compile them with.
|
Re: levels
Quote:
Well yes ish, as in the only compiler that comes with your amxmodx. (your version). -I dont think their is a wrong compiler, except an out of date one. And that would require you to find an old compiler? I dunno The best way is Here |
Re: levels
Ahh nice!!
Now tell me.. If i only want admin with menu access (flag U) to use some amx_super powers, (example: amx_heal), then do i need to change ADMIN_LEVEL_A to U ? Here Quote:
Thanks again :up: |
Re: levels
Code:
register_concmd("amx_heal","admin_heal",ADMIN_MENU,"<nick, #userid, authid or @team> <HP to give>")(amxconst.inc) |
Re: levels
Okay, hmm i have Immunity on my server and im the only one who have that.. and i only want me to use the amx_super because all the other admins i have cant control it..
Then i change it all to ADMIN_IMMUNITY ? |
Re: levels
LOL
Yep, and im sorry to hear that. |
Re: levels
Well bmann, ur newest version seems very buggy and doesnt compile! after i made it compile, the flags are all messed up, 'level A admins' can use some 'admin ban flag' commands and so on. Could be something with amxx but probably not. Please have a look at it!
|
Re: levels
Quote:
Since the compiler is not up to par with 1.8 required .inc files, you need to compile yourself, like many other plugins out their that are up to date more than the compiler. I do not know about the reason behind people not having flags and being able to use commands, I have never ran into that or heard of that issue. If im not mistaken you can change the flag sets or permissions with 1.8 now in the cfg's, so it may have something todo with that. Im curious as to know of a reason besides "it wont compile" that it is buggy |
Re: levels
Could someone please help me set certain admin permissions? I am new to this and it is all greek to me. If someone could help me, my steam is thekeg1234, I would really appreciate it.
|
Re: levels
Could anyone please help me.......?
|
Re: levels
You open up the sma in a text editor. Change the levels you want, based on amxconst.inc, save it. Then compile it either in your scripting folder or at the online ocmpiler.
4.0 will comming out shortly, and will have diff levels for all commands (alot easier to understand and manage) |
Re: levels
hey where didt i put "These are the Commands and their Flags" in ?
|
Re: levels
Hey Guys just a little problem with levels. Let me explain...
I am trying to change the amx_weapons access level, its is currently set at: register_concmd("amx_weapon","admin_weapon",A DMIN_LEVEL_C,"<nick, #userid, authid or @team> <weapon #>") which we all know level_c is flag "o" according to amxconst. I have 38 admins on my server. And i am trying to change it so that its only works with admins with flag "c" which is ADMIN_KICK. I opened the file which is found in addons/amxmodx/scripting/amx_super.sma I then changed the line that is shown above to this: register_concmd("amx_weapon","admin_weapon",A DMIN_KICK,"<nick, #userid, authid or @team> <weapon #>") Saved the file, uploaded it back to the same file, overwritting the old amx_super.sma. Restarted my server. BUT this is where my problem is. All players with flag "c" cant use amx_weapon. Its saying they do not have access to that command. ANY ideas why ? Am i missing something ? Do i need to edit another file to change levels ? |
Re: levels
@ sam
? What? @Gerjenk You have to "compile" it locally. When you change the sma (which is not the plugin, yet) you need to compile it to the .amxx file (which now is the plugin, once compiled) Then go into the compiled folder, take out amx_super.amxx after its compiled and upload that into your plugins folder. |
Re: levels
Gejenk: Easy way to change access levels without having to edit the source, edit the cmdaccess.ini file
|
| All times are GMT -4. The time now is 19:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.