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

Zmenu - i want to disable for admins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 01-31-2016 , 03:44   Zmenu - i want to disable for admins
Reply With Quote #1

Hello!

Who can tell how I can turn off the menu (!zmenu) in the zombie mode for junior administrators?

I have set a limit of file admin_overrides.cfg ("zadmin" "z" and "zmenu" "z") but administrators go to the main menu (!zmenu) via the command !zclass (they click the "back" and turn on the main menu).

There is frequent abuse of admins commands.

Thank you in advance.
__________________

Last edited by Bad Cold Man; 01-31-2016 at 03:49.
Bad Cold Man is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 01-31-2016 , 06:25   Re: Zmenu - i want to disable for admins
Reply With Quote #2

you should remove these admins then ;-)
__________________
8guawong is offline
veli
Senior Member
Join Date: Apr 2012
Location: Netherlands
Old 01-31-2016 , 06:33   Re: Zmenu - i want to disable for admins
Reply With Quote #3

you need to make a group.

Add in admins_group.cfg

Groups
{

"zr_admin"
{
"flags" "d" // Give this flag to admins who need access to !zadmin. (can be any admin key)
"immunity" "99"
}

}

ADD in admins.cfg

"Admins"
{
"name admin"
{
"auth" "steam"
"identity" "STEAM_1:0xxxxxxxxxx"
"immunity" "99"
"flags" "d" // add here the admin flags for you admins.
"group" "zr_admin"
}

}


Enabale in CFG/SOURCEMOD/ZOMBIERELOADED/zombiereloaded.cfg next config

// Default: "0"
zr_permissions_use_groups "0"

Last edited by veli; 01-31-2016 at 18:28.
veli is offline
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 01-31-2016 , 08:15   Re: Zmenu - i want to disable for admins
Reply With Quote #4

Quote:
Originally Posted by veli View Post
you need to make a group.

Add in admins_group.cfg

Groups
{

"zr_admin"
{
"flags" "d" // Give this flag to admins who need access to !zadmin. (can be any admin key)
"immunity" "99"
}

}

ADD in admins.cfg

"Admins"
{
"name admin"
{
"auth" "steam"
"identity" "STEAM_1:0xxxxxxxxxx"
"immunity" "99"
"flags" "d" // add here the admin flags for you admins.
"group" "zr_admin"
}

}


Enabale in CFG/SOURCEMOD/ZOMBIERELOADED/zombiereloaded.cfg next config

// Default: "0"
zr_permissions_use_groups "0"
Thank you very much it helped me.
__________________
Bad Cold Man 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 04:22.


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