Raised This Month: $ Target: $400
 0% 

Tag


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
lordshiva
BANNED
Join Date: Aug 2009
Location: Heaven
Old 10-08-2009 , 11:27   Re: Clan Tag {}
Reply With Quote #11

Quote:
Originally Posted by fysiks View Post
PHP Code:
#include <amxmodx>

new const PRE_TAG[] = "ICSL_{"
new const POST_TAG[] = "}"

public plugin_init()
{
    
register_plugin("Clan Tag on Join","1.0","Fysiks")
}

public 
client_putinserver(id)
{
    new 
name[33]
    
get_user_name(id,name,32)

    
format(namecharsmax(name), "%s%s%s"PRE_TAGnamePOST_TAG)

    
set_user_info(id"name"name)

The answer to your next question is No (You should know what I'm talking about lol)

If Player ve this tag than dont change......can u edit that for mee
lordshiva is offline
 



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 18:23.


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