AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   No More Admin vs Admin (https://forums.alliedmods.net/showthread.php?t=27855)

GHW_Chronic 05-01-2006 03:43

No More Admin vs Admin
 
2 Attachment(s)
  • This plugins simply adds an extra check to a few amx commands so that admins cannot perform them on other admins unless the admin doing the command has immunity and the person he is doing it to does not. Still don't understand?
  • Quote:

    b0rnl33t: So wait, what exactly does this plugin do?
    GHW Chronic 915: if ur admin
    GHW Chronic 915: normally, u can slap other non-immune admins
    GHW Chronic 915: but with this, you can't slap other admins unless you have immunity.
    GHW Chronic 915: So thus if you don't have immunity, you can't slap any admins (only players), and if you do, you can slap non-immune admins and players.

Commands affected:
  • amx_slap
  • amx_slay
  • amx_ban
  • amx_nick
  • amx_addban
  • amx_kick

Installation:
  • All you have to do is replace the old admincmd.amxx file in your plugins folder with this one.

v3x 05-01-2006 03:48

Interesting. What did you change/add?

GHW_Chronic 05-01-2006 03:52

Code:
if(player!=id && is_user_admin(player) && !(get_user_flags(id) & ADMIN_IMMUNITY)) {     console_print(id,"[AMXX] You do not have high enough access to slap an admin.")     return PLUGIN_HANDLED }

apexi_gt4 05-01-2006 03:58

thanks a bunch!! this really help's in my server so any member admins pissed with each other can't do anything to one another...once again thank you! :D

DDR Khat 05-02-2006 02:46

Hells yes! thanks a BIG bunch! i can finally slay myself If I need to! :D

and stop my silly admins slapping each other around >D

+K for you!

`666 05-02-2006 06:04

wow nice + :wink:

Brad 05-02-2006 10:05

While it's a useful update, changing and/or adding 3 lines of code to a native plugin does not a new plugin make.

v3x 05-02-2006 14:31

Quote:

Originally Posted by Brad
While it's a useful update, changing and/or adding 3 lines of code to a native plugin does not a new plugin make.

what?

allenwr 05-02-2006 14:42

Quote:

Originally Posted by v3x
Quote:

Originally Posted by Brad
While it's a useful update, changing and/or adding 3 lines of code to a native plugin does not a new plugin make.

what?

Does not make a new plugin

Hawk552 05-02-2006 16:44

Quote:

Originally Posted by allenwr
Quote:

Originally Posted by v3x
Quote:

Originally Posted by Brad
While it's a useful update, changing and/or adding 3 lines of code to a native plugin does not a new plugin make.

what?

Does not make a new plugin

Assuming that's what Brad meant, I agree.


All times are GMT -4. The time now is 20:48.

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