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

Clan Tag..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 08-03-2006 , 13:07   Clan Tag..
Reply With Quote #1

I searched and all I found was v3x's tag protector which i dont think is what I was looking for..

I need a plugin that when a player enters a server, if they have admin flag f, put on the clantag that I specify in server.cfg
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
shino
Senior Member
Join Date: May 2006
Old 08-03-2006 , 16:37   Re: Clan Tag..
Reply With Quote #2

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Tag Giver" #define VERSION "1.0" #define AUTHOR "Shino" #define ADMIN_LVL ADMIN_LEVEL_F public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_cvar("tg_status","1")     register_cvar("tg_tag","[n00b]") } public client_putinserver(id) {     if(!get_cvar_num("tg_status")) {         return PLUGIN_HANDLED     }     if(get_user_flags(id) & ADMIN_LVL) {         new OldName[64],Tag[16],Newname[128]         get_user_name(id,OldName,63)         get_cvar_string("tg_tag",Tag,15)         format(Newname,127,"%s%s",Tag,OldName)         set_user_info(id,"name",Newname)     }     return PLUGIN_CONTINUE }

leik this?
__________________


+karma if i am helpful
shino is offline
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 08-03-2006 , 16:41   Re: Clan Tag..
Reply With Quote #3

gotta love that default clan tag
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 08-16-2006 , 02:36   Re: Clan Tag..
Reply With Quote #4

Way late reply, but that plugin changes my name to "{AoA}{AoA}{AoA}{AoA}..."

not "{AoA} SweatyBanana"
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 03-20-2010 , 14:14   Re: Clan Tag..
Reply With Quote #5

bad complier...
Attached Thumbnails
Click image for larger version

Name:	bad_compiler.PNG
Views:	143
Size:	15.2 KB
ID:	61830  
rx1983 is offline
Send a message via MSN to rx1983
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 21:35.


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