Raised This Month: $ Target: $400
 0% 

Admin Tag Enforcement/Protection


Post New Thread Reply   
 
Thread Tools Display Modes
mmenzie
Senior Member
Join Date: Jul 2004
Location: New Windsor, NY
Old 05-07-2006 , 12:12  
Reply With Quote #21

Quote:
Originally Posted by mmenzie
ok... i feel really dumb right now i have installed and run many, many plugins and i can't get this one to work right. when it is running it does the complete opposite of what it's supposed to do lol I am an admin and when i join my server it strips me of my tag and it strips my other admins of their tags also. so i apparantly have something wrong. I compiled the .sma and put the .amxx into the right place. i modified my plugins.ini and i added to my amxx.cfg:

amx_tagprotect 1
amx_taginfront 1
amx_clantag "[>HVHH<] "

so what did i do wrong????

thanks
mike
after getting rid of this plugin awhile back, i decided to try it again since i was having problems with users using the tag that were not in the clan. and i am still having a problem. when i join my server i can keep my tag, HOWEVER when any of my other admins join it strips them of the tag and they can't get it back. can someone tell me why this is happening???

thanks
mike
__________________
mmenzie is offline
Send a message via ICQ to mmenzie Send a message via AIM to mmenzie Send a message via MSN to mmenzie Send a message via Yahoo to mmenzie
Plotkin517
Junior Member
Join Date: May 2006
Location: California
Old 05-29-2006 , 12:21   I need Help
Reply With Quote #22

Ya i have no idea what to do i installed like a normal plugin it says its running when i type amx_plugins and i odn't know what to do so i fsomone can im me on anything. THANK YOU
Plotkin517 is offline
Send a message via AIM to Plotkin517 Send a message via MSN to Plotkin517 Send a message via Yahoo to Plotkin517
isomillennium
New Member
Join Date: Sep 2005
Old 12-24-2006 , 17:54   Re: Admin Tag Enforcement/Protection
Reply With Quote #23

What access flag is considered as admin ?


; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

or is it just any one of them ? except for z of course
__________________
Izzy I.Pro
isomillennium is offline
exelz
Member
Join Date: Oct 2006
Old 01-30-2007 , 00:46   Re: Admin Tag Enforcement/Protection
Reply With Quote #24

hou can i make like this that Example:Nick[tag] Plz HElp!!!
__________________
exelz is offline
PoYRaZ
Junior Member
Join Date: Oct 2006
Old 03-24-2007 , 08:00   Re: Admin Tag Enforcement/Protection
Reply With Quote #25

add this code for check tag on client connect
Code:
 
public client_connect(id)
{
        new name[32]
        get_user_info(id, "name", name, 31)
        return force_tag(id, name)
}
PoYRaZ is offline
pizzahut
Senior Member
Join Date: Oct 2004
Old 08-05-2007 , 20:24   Re: Admin Tag Enforcement/Protection
Reply With Quote #26

Would be nice if you also gave me credit, since you apparently used my source code as basis.

http://forums.alliedmods.net/showthr...9250#post99250
__________________
My AMXX plugins (content date 2007-03-29, link check 2017-04-26)

Plugins for the Royston Vasey TFC server - These are UNSUPPORTED, except those which have been published at AMX Mod X.
pizzahut is offline
paulchullee
Junior Member
Join Date: Jul 2007
Location: Herndon, VA
Old 08-06-2007 , 21:44   Re: Admin Tag Enforcement/Protection
Reply With Quote #27

Works perfectly. =)
paulchullee is offline
Send a message via AIM to paulchullee
pizzahut
Senior Member
Join Date: Oct 2004
Old 08-15-2007 , 21:18   Re: Admin Tag Enforcement/Protection
Reply With Quote #28

There's one problem with the admin tag plugins, it's possible for clients to prevent a name change. I won't get into detail how it [the prevention] is done, but the plugin should check if a name change has been actually executed or not.

Edit: I'll add a quote of myself from elsewhere:
Quote:
Yes this is a way to effectively circumvent the plugin. Works both ways too - someone who is not an admin could add the tag.

I guess the plugin could be modified to check if a client has name change disabled, and then react to this. E.g.:

- Normal player puts on or joins with admin tag - plugin tries to rename player - if it fails, player gets kicked for pretending to be admin.
- Admin (without immunity) removes or joins without admin tag - plugin tries to rename the admin - if it fails, admin is politely reminded he/she should use a tag.
- Admin with immunity is not affected.
__________________
My AMXX plugins (content date 2007-03-29, link check 2017-04-26)

Plugins for the Royston Vasey TFC server - These are UNSUPPORTED, except those which have been published at AMX Mod X.

Last edited by pizzahut; 08-16-2007 at 09:06.
pizzahut is offline
Denmla
Member
Join Date: Jul 2007
Old 01-04-2008 , 05:40   Re: Admin Tag Enforcement/Protection
Reply With Quote #29



i get that, server automaticaly changing name!

any idea?
Denmla is offline
deadman909
Veteran Member
Join Date: Oct 2008
Old 08-08-2009 , 13:59   Re: Admin Tag Enforcement/Protection
Reply With Quote #30

Quote:
Originally Posted by pizzahut View Post
Would be nice if you also gave me credit, since you apparently used my source code as basis.

http://forums.alliedmods.net/showthr...9250#post99250
You want credit for something your Reconfigured. Everything you put there was Bassically BigBallers Work
__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
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 17:47.


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