Raised This Month: $32 Target: $400
 8% 

Super Admin Update* 4.1


Post New Thread Reply   
 
Thread Tools Display Modes
rak
Veteran Member
Join Date: Oct 2011
Location: banned country
Old 11-20-2016 , 13:11   Re: Super Admin Update* 4.1
Reply With Quote #61

Quote:
Originally Posted by Godofwar View Post
i tried it but it dont work.. i see players when i press slay / kick or something nothing happens...
works perfect to me.. you change anything in the code?
__________________

www.amxmodx-es.com

Steam: Luchokoldo
rak is offline
Send a message via MSN to rak Send a message via Skype™ to rak
Godofwar
AlliedModders Donor
Join Date: Dec 2015
Location: Germany
Old 11-20-2016 , 14:12   Re: Super Admin Update* 4.1
Reply With Quote #62

not really. i compiled only and added it to my SV . that menu opens but i can not use it - nothing happens when i press anything there.
Godofwar is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 12-01-2016 , 08:50   Re: Super Admin Update* 4.1
Reply With Quote #63

i want owner have access in amx_kickmenu not amx_super_kickmenu
and same as iminuty, flag L have access to ban who have imunity and kick ........
and who have imunity cant be banend from admins and from iminuty people so can you creat it for me ?....
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
rak
Veteran Member
Join Date: Oct 2011
Location: banned country
Old 12-01-2016 , 11:23   Re: Super Admin Update* 4.1
Reply With Quote #64

Quote:
Originally Posted by D3XT3R View Post
i want owner have access in amx_kickmenu not amx_super_kickmenu
and same as iminuty, flag L have access to ban who have imunity and kick ........
and who have imunity cant be banend from admins and from iminuty people so can you creat it for me ?....
ask here https://forums.alliedmods.net/forumdisplay.php?f=12
__________________

www.amxmodx-es.com

Steam: Luchokoldo
rak is offline
Send a message via MSN to rak Send a message via Skype™ to rak
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 12-01-2016 , 12:43   Re: Super Admin Update* 4.1
Reply With Quote #65

already asked and they suggest to me to use Super admin but he not what i want :/ may you can edit it to me what i need ?
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 01-14-2017 , 09:20   Re: Super Admin Update* 4.1
Reply With Quote #66

bro can u add 1 more function

unban menu??
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Godofwar
AlliedModders Donor
Join Date: Dec 2015
Location: Germany
Old 11-08-2017 , 14:18   Re: Super Admin Update* 4.1
Reply With Quote #67

Is it possible to edit the Sma File that only Admins with ADMIN_LEVEL_G + ADMIN_RCON can use supermenu + can use commands to kick/ban/slay/slap Admins with Immunity? could anyone edit it so that it would work ? ??? It would be greatful.
Godofwar is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 11-08-2017 , 15:17   Re: Super Admin Update* 4.1
Reply With Quote #68

Quote:
Originally Posted by Godofwar View Post
Is it possible to edit the Sma File that only Admins with ADMIN_LEVEL_G + ADMIN_RCON can use supermenu + can use commands to kick/ban/slay/slap Admins with Immunity? could anyone edit it so that it would work ? ??? It would be greatful.
every thing possible in spawn!
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-10-2018 , 09:53   Re: Super Admin Update* 4.1
Reply With Quote #69

All of this can be done with editing just one line in amxmisc.inc:

Code:
if ((get_user_flags(player) & ADMIN_IMMUNITY) && ((flags & CMDTARGET_ALLOW_SELF) ? (id != player) : true))

To this:

Code:
if ((get_user_flags(player) & ADMIN_IMMUNITY) && !(get_user_flags(id) & (1<<23)) && ((flags & CMDTARGET_ALLOW_SELF) ? (id != player) : true))

Then give the admin flag "x". All plugins that use amxmisc will need to be recompiled.
__________________

Last edited by OciXCrom; 02-28-2018 at 13:05.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 02-27-2018 , 10:29   Re: Super Admin Update* 4.1
Reply With Quote #70

dont work with amxbans 6.13
popilas is offline
Reply


Thread Tools
Display Modes

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 19:45.


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