amx super mod how to deny admin access?
-
- A semi-regular
- Posts: 21
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Apr 14, 2010 9:35 am
amx super mod how to deny admin access?
well we have only 2 admin that pay for the server,and we like the amx super,but we dont want all the admins abusing it giving themselves money using consol commands or guns or armor.i have tried a couple of things but they havent worked.do you have any ideas for me?
Re: amx super mod how to deny admin access?
can you help me with this post?
Tue, Nov 15 2011 10:13am
here i am trying to restrict access to amx_super, it says flags and access level.so if i want the access level to be "a" for immunity,what should the flag be?
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"Pause" "amx_pause" "ad" "u"
" " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"
"superpowers" "amx_super" "a" <--------------------THIS I ADDED doesnt help
Tue, Nov 15 2011 10:13am
here i am trying to restrict access to amx_super, it says flags and access level.so if i want the access level to be "a" for immunity,what should the flag be?
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"Pause" "amx_pause" "ad" "u"
" " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"
"superpowers" "amx_super" "a" <--------------------THIS I ADDED doesnt help
Re: amx super mod how to deny admin access?
I don't use amx_super, but you should be able to change the admin level. Just make sure you and the other paying admin has a different access level than the rest. Read this.