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

CCC - Tag Changer


Post New Thread Reply   
 
Thread Tools Display Modes
Author
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Plugin ID:
5252
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Please Delete
    Unapprover:
    Reason for Unapproving:
    No source code / plugin, upload source and use the Report Post button for a new review.
    Old 06-19-2016 , 14:14   CCC - Tag Changer
    Reply With Quote #1

    Description:
    CCC - Tag Changer is a plugin that I made because I wanted it for alot of time and I think that I am not the only one that want this plugin, this plugin changes your tag by doing a simple command/
    Commands:
    sm_tag <tag> - Changes your tag
    Cvars:
    None!
    Request:
    CCC
    How to download:
    Just put the ccc_tag_changer.smx file on tf/addons/sourcemod/plugins folder and restart your self or load it by doing sm plugins load ccc_tag_changer.
    If that plugin helped you, you can help me by donating to me:

    __________________
    Contact Me:
    Steam: NoyB
    Discord: Noy#9999
    Taking Private Requests

    Last edited by asherkin; 10-25-2018 at 17:12. Reason: Restore to previous version.
    BraveFox is offline
    BraveFox
    AlliedModders Donor
    Join Date: May 2015
    Location: Israel
    Old 06-19-2016 , 14:28   Re: CCC - Tag Changer
    Reply With Quote #2

    Realsed!!
    __________________
    Contact Me:
    Steam: NoyB
    Discord: Noy#9999
    Taking Private Requests
    BraveFox is offline
    shavit
    AlliedModders Donor
    Join Date: Dec 2011
    Location: Israel
    Old 06-19-2016 , 16:19   Re: CCC - Tag Changer
    Reply With Quote #3

    damn this is a messy plugin

    anyways: you should link to CCC and attach an smx file
    __________________
    retired
    shavit is offline
    kelvin31
    Member
    Join Date: May 2010
    Old 07-18-2016 , 05:04   Re: CCC - Tag Changer
    Reply With Quote #4

    is it support UTF-8?
    kelvin31 is offline
    BraveFox
    AlliedModders Donor
    Join Date: May 2015
    Location: Israel
    Old 08-06-2016 , 13:06   Re: CCC - Tag Changer
    Reply With Quote #5

    Quote:
    Originally Posted by kelvin31 View Post
    is it support UTF-8?
    what do you mean?
    __________________
    Contact Me:
    Steam: NoyB
    Discord: Noy#9999
    Taking Private Requests
    BraveFox is offline
    freakav
    Senior Member
    Join Date: Jul 2016
    Old 10-19-2016 , 04:16   Re: CCC - Tag Changer
    Reply With Quote #6

    Have colors ? Who can use this command ? Everyone or just a flag ?
    freakav is offline
    j1gg
    Senior Member
    Join Date: Dec 2015
    Old 10-19-2016 , 04:53   Re: CCC - Tag Changer
    Reply With Quote #7

    Its possible to add this:
    Quote:
    if(StrEqual(arg1, "Owner") && !CheckCommandAccess(client, "", ADMFLAG_ROOT))
    {
    PrintToChat(client, "[CCC Tag Changer]This tag is not allowed");
    return Plugin_Handled;
    }
    if(StrEqual(arg1, "owner") && !CheckCommandAccess(client, "", ADMFLAG_ROOT))
    {
    PrintToChat(client, "[CCC Tag Changer]This tag is not allowed");
    return Plugin_Handled;
    }
    if(StrEqual(arg1, "Admin") && !CheckCommandAccess(client, "", ADMFLAG_ROOT))
    {
    PrintToChat(client, "[CCC Tag Changer]This tag is not allowed");
    return Plugin_Handled;
    }
    To .txt file
    __________________
    j1gg is offline
    BraveFox
    AlliedModders Donor
    Join Date: May 2015
    Location: Israel
    Old 10-21-2016 , 04:48   Re: CCC - Tag Changer
    Reply With Quote #8

    Quote:
    Originally Posted by freakav View Post
    Have colors ? Who can use this command ? Everyone or just a flag ?
    Custom5 flag only.
    And it just changes your tag you choose the colors in the custom chat colors config.
    __________________
    Contact Me:
    Steam: NoyB
    Discord: Noy#9999
    Taking Private Requests
    BraveFox is offline
    BraveFox
    AlliedModders Donor
    Join Date: May 2015
    Location: Israel
    Old 10-21-2016 , 04:48   Re: CCC - Tag Changer
    Reply With Quote #9

    Quote:
    Originally Posted by j1gg View Post
    Its possible to add this:
    To .txt file
    Yes.
    It is
    __________________
    Contact Me:
    Steam: NoyB
    Discord: Noy#9999
    Taking Private Requests
    BraveFox is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 07-23-2017 , 13:33   Re: CCC - Tag Changer
    Reply With Quote #10

    Should change
    PHP Code:
    if(StrEqual(arg1"Owner") && !CheckCommandAccess(client""ADMFLAG_ROOT)) 
    to
    PHP Code:
    if(StrContains(arg1"owner"false) > -&& !CheckCommandAccess(client""ADMFLAG_ROOT)) 
    and every other line including the StrEqual function
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account
    StrikeR14 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 00:22.


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