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

Simple Chat Colors (Old Version)


Post New Thread Reply   
 
Thread Tools Display Modes
NuclearWatermelon
Junior Member
Join Date: Jun 2010
Old 03-12-2011 , 20:20   Re: Simple Chat Colors
Reply With Quote #371

In the hopes someone else will find my modification of this useful, attached is a version of the plugin (as of version 1.1.0) that adds two commands:

sm_colortoggle and sm_colorstatus

The former will allow a user to disable chat color on themselves, and the latter for them to see their current enabled/disabled status.

By default, users with unset cookies will have it set to true, and it will set for all users. So it does take up some space that could possibly be avoided, however it does work.
Attached Files
File Type: sp Get Plugin or Get Source (simple-chatcolors.sp - 105 views - 18.2 KB)
NuclearWatermelon is offline
IceQubed
Junior Member
Join Date: Sep 2010
Old 03-14-2011 , 16:38   Re: Simple Chat Colors
Reply With Quote #372

I can't seem to get mine to work - My mod's one works fine, but our admin ones do not. I have probably done something stupid, but here is the code for it!

Code:
"admin_colors"
{
    "admins"
    {
        "flag"                "z"
        "tag"                    "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    }
    "STEAM_REMOVEDFORPRIVACY"
    {
        "flag"                ""
        "tag"                    "[mod]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    }
    "Overrides"
    {
        "rank"                ""
        "testcommand"    ""
        "rtv"                    ""
        "nominate"        ""
    }
}
And the code for simple admin config:
Code:
"STEAM_REMOVEDFORPRIVACY" "99:z" //IceQubed
"STEAM_REMOVEDFORPRIVACY" "99:z" //"!IPREMOVEDFORPRIVACY" "99:z" //Kieran's IP
"STEAM_REMOVEDFORPRIVACY" "99:z"  //"!IPREMOVEDFORPRIVACY" "99:z" //Andrew's IP
"STEAM_REMOVEDFORPRIVACY" "99:z" //"!IPREMOVEDFORPRIVACY" "99:z" //Neil's IP

"!IPREMOVEDFORPRIVACY" "2:bcgkt" //"STEAM_REMOVEDFORPRIVACY" "2:bcgk" //Ryouta

Last edited by IceQubed; 03-14-2011 at 16:41.
IceQubed is offline
lake393
AlliedModders Donor
Join Date: Oct 2008
Old 03-27-2011 , 14:27   Re: Simple Chat Colors
Reply With Quote #373

EDIT: sorry please delete this post. It's not your plugin. I still haven't found what is causing it, but its not this.
~~~

Dear Antithasys, thanks for creating this plugin. It's very nice. I have a problem and I am trying to track the source. I think it may be caused by your plugin but I'm not sure. Could you please take a look and let me know?

Basically, the problem is that when people put something like {green} in front of their names, it makes their names appear green when they say or say_team.

I think it may be tracked to your FormatMessage function in the simple-chatcolors.sp plugin.

I think it could be fixed in the ProcessMessage function if you used ReplaceString on their name to eliminate any colors identifiers such as {green}.

Attached is a screenshot of the issue. Please let me know if this is because of simple-chatcolors. Sorry if it isn't.
Attached Thumbnails
Click image for larger version

Name:	greenbe.jpg
Views:	239
Size:	91.4 KB
ID:	84112  

Last edited by lake393; 03-27-2011 at 16:30.
lake393 is offline
Duck eH
New Member
Join Date: Apr 2011
Old 04-03-2011 , 02:19   Re: Simple Chat Colors
Reply With Quote #374

How do I override anything with a / or ! infront of it?
Duck eH is offline
IceQubed
Junior Member
Join Date: Sep 2010
Old 04-03-2011 , 04:30   Re: Simple Chat Colors
Reply With Quote #375

Oh come on guys. Surely somebody knows the issue with my config a couple of posts above this one?
IceQubed is offline
Eccentric Warmonger
Member
Join Date: Mar 2010
Old 04-12-2011 , 23:23   Re: Simple Chat Colors
Reply With Quote #376

I have a problem. I run a TF2 server and when I tested this plugin tonight here is what happened.

Here is the config files:

"Steam_0:0xxxx"
{
"flag" ""
"tag" ""
"tagcolor" ""
"namecolor" "{olive}"
"textcolor" "{red}"
}

When I tested the plugin this is what happened. When I joined Blue team, my name was olive and my chat color was green. When I joined red, my name color stayed olive and my text color went red. Please help! Thanks.
Eccentric Warmonger is offline
IceQubed
Junior Member
Join Date: Sep 2010
Old 04-15-2011 , 15:21   Re: Simple Chat Colors
Reply With Quote #377

Quote:
Originally Posted by IceQubed View Post
I can't seem to get mine to work - My mod's one works fine, but our admin ones do not. I have probably done something stupid, but here is the code for it!

Code:
"admin_colors"
{
    "admins"
    {
        "flag"                "z"
        "tag"                    "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    }
    "STEAM_REMOVEDFORPRIVACY"
    {
        "flag"                ""
        "tag"                    "[mod]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    }
    "Overrides"
    {
        "rank"                ""
        "testcommand"    ""
        "rtv"                    ""
        "nominate"        ""
    }
}
And the code for simple admin config:
Code:
"STEAM_REMOVEDFORPRIVACY" "99:z" //IceQubed
"STEAM_REMOVEDFORPRIVACY" "99:z" //"!IPREMOVEDFORPRIVACY" "99:z" //Kieran's IP
"STEAM_REMOVEDFORPRIVACY" "99:z"  //"!IPREMOVEDFORPRIVACY" "99:z" //Andrew's IP
"STEAM_REMOVEDFORPRIVACY" "99:z" //"!IPREMOVEDFORPRIVACY" "99:z" //Neil's IP

"!IPREMOVEDFORPRIVACY" "2:bcgkt" //"STEAM_REMOVEDFORPRIVACY" "2:bcgk" //Ryouta
Bumping for a reply.
IceQubed is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 04-15-2011 , 17:22   Re: Simple Chat Colors
Reply With Quote #378

@Icequbed

Dont ask why i entered exactly the same after each other, but it does the job on my server (if I entered them only once it wouldn't work)

Also I changed the mod tag name, to mods and changed the flag to "b"

Give it a shot

PHP Code:
"admin_colors"
{
    
"admins"
    
{
        
"flag"            "z"
        "tag"             "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    
}
    
"admins"
    
{
        
"flag"            "z"
        "tag"             "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    
}
    
"mods"
    
{
        
"flag"            "b"
        "tag"             "[mod]"
        "tagcolor"        ""
        "namecolor"       "{teamcolor}"
        "textcolor"       "{green}"
    
}
    
"mods"
    
{
        
"flag"            "b"
        "tag"             "[mod]"
        "tagcolor"        ""
        "namecolor"       "{teamcolor}"
        "textcolor"       "{green}"
    
}
    
"Overrides"
    
{
        
"rank"            ""
        "testcommand"     ""
        "rtv"             ""
        "nominate"        ""
    
}

Groger is offline
Duck eH
New Member
Join Date: Apr 2011
Old 04-16-2011 , 15:04   Re: Simple Chat Colors
Reply With Quote #379

Quote:
Originally Posted by Groger View Post
@Icequbed

Dont ask why i entered exactly the same after each other, but it does the job on my server (if I entered them only once it wouldn't work)

Also I changed the mod tag name, to mods and changed the flag to "b"

Give it a shot

PHP Code:
"admin_colors"
{
    
"admins"
    
{
        
"flag"            "z"
        "tag"             "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    
}
    
"admins"
    
{
        
"flag"            "z"
        "tag"             "[admin]"
        "tagcolor"        ""
        "namecolor"        "{teamcolor}"
        "textcolor"        "{lightgreen}"
    
}
    
"mods"
    
{
        
"flag"            "b"
        "tag"             "[mod]"
        "tagcolor"        ""
        "namecolor"       "{teamcolor}"
        "textcolor"       "{green}"
    
}
    
"mods"
    
{
        
"flag"            "b"
        "tag"             "[mod]"
        "tagcolor"        ""
        "namecolor"       "{teamcolor}"
        "textcolor"       "{green}"
    
}
    
"Overrides"
    
{
        
"rank"            ""
        "testcommand"     ""
        "rtv"             ""
        "nominate"        ""
    
}

You can not use teamcolor and lightgreen in the same group. Try teamcolor and red or something. Then it will work.
Duck eH is offline
zachgang15
Junior Member
Join Date: Nov 2009
Old 04-18-2011 , 19:33   Re: Simple Chat Colors
Reply With Quote #380

Quote:
Originally Posted by vsx2 View Post
hey
i've installed everything but nothing works
here is my config file:

Code:
//        ************************************************************************
//        *************************************************************************
//        Simple Chat Colors Config File
//        Description:
//                 Changes the colors of players chat based on config file
//        *************************************************************************
//        *************************************************************************
//        This file is part of Simple Plugins project.
//        
//        This plugin is free software: you can redistribute 
//        it and/or modify it under the terms of the GNU General Public License as
//        published by the Free Software Foundation, either version 3 of the License, or
//        later version. 
//
//        This plugin is distributed in the hope that it will be useful,
//        but WITHOUT ANY WARRANTY; without even the implied warranty of
//        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//        GNU General Public License for more details.
//
//        You should have received a copy of the GNU General Public License
//        along with this plugin.  If not, see <http://www.gnu.org/licenses/>.
//        *************************************************************************
//        *************************************************************************
//        How to edit this file:
//        "admin_colors"                                        <--    Leave this alone
//        {                                                                     <--    Add all groups/steamids after first bracket (Leave this  alone)
//                                                                            
//            "STEAM_0:1:1234567"                            <--     Here is a steamid example with a tag (don't duplicate steamids)
//            {
//                "flag"            ""                                 <--    This is the flag(s) assoicated with the group.  This field  doesn't matter if the group name is a steamid
//                "tag"                ""                                 <--    This is the text for the tag (tag only appears in processed  chat)
//                "tagcolor"    ""                                <--     This is the color for the tag (tag only appears in processed chat)
//                "namecolor"    "{teamcolor}"            <--    This is the color for the name
//                "textcolor"    "{default}"                <--    This is the color of the text
//            }
//
//            "groupname"                                             <--    This can either be a steamid for a specific player, or a  group name
//            {                                                                <--    Open the group
//                "flag"            "z"                                 <--    This is the flag(s) assoicated with the group.  This field  doesn't matter if the group name is a steamid
//                "tag"                "[admin]"                     <--    This is the text for the tag (tag only appears in processed  chat)
//                "tagcolor"    "{green}"                    <--     This is the color for the tag (tag only appears in processed chat)
//                "namecolor"    "{green}"                    <--    This is the color for the name
//                "textcolor"    "{default}"                <--    This is the color of the text
//            }                                                                <--    Close the group
//
//            "everyone"                                             <--    A groupname of "everyone" will work for all players (always  place LAST)
//            {
//                "flag"            ""                                <--    Leave this blank for "everyone" group
//                "tag"                ""                                 <--    Leave this blank for "everyone" group; unless you want to  "tag" everyone
//                "tagcolor"    ""                                <--     Leave this blank for "everyone" group; unless you want to "tag"  everyone
//                "namecolor"    "{teamcolor}"            <--    This is the color for the name
//                "textcolor"    "{olive}"                    <--    This is the color of the text
//            }
//        }                                                                     <--    Add all groups/steamids before last bracket (Leave this  alone)
//
//        NOTE:
//        If you don't enter a steamid, "everyone", or "overrides", then  the group name does not matter, it's just for your reference.
//        There is NO POINT in using name: {teamcolor} text: {default}.  You are just making the plugin work for nothing.
//        DO NOT INTERCEPT CHAT FOR NO REASON
//        Valid colors are (not for every mod: see link below):
//        "{default}"
//        "{green}"
//        "{lightgreen}"
//        "{red}"
//        "{blue}"
//        "{olive}"
//        "{teamcolor}"
//
//        --------YOU CANNOT USE THE FOLLOWING TOGETHER--------
//        "{lightgreen}"
//        "{red}"
//        "{blue}"
//        "{teamcolor}"
//
//        These colors are considered team colors and you cannot use more than 1 team color at a time.
//        For a better understanding of what these colors mean, how they work, and on what games, see this link:
//        http://forums.alliedmods.net/showthread.php?t=96831
//        Thanks to exvel for the great .inc file!
//
//        --------ORDER OF OPERATIONS--------
//        
//        The order in which you place items in the config file matters.  Here is what determins what color they get:
//        1. SteamID
//            If there is a steamid present, it will always override everything.  If you put a steamid in twice
//            then the first entry (top to bottom) will be used. (I think, just don't do it!)
//        2. Groups
//            The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//            will be compared with the group flag string, and if the player has all the flags, it will stop there.
//            For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//            above the "d" group then the admin will get the "a" colors. Order matters.  
//            You can use more than 1 flag for the group. You could have made the admin group with the "ad" flag,
//            but it will always take the first match.
//        3. "everyone" Group
//            This should ALWAYS be the last item in the config, and should ONLY be used if you actually change the color.
//            Don't use it if you put name: {teamcolor} text: {default}.  You would be intercepting chat for no reason.
//            DO NOT INTERCEPT CHAT FOR NO REASON
//
//        --------OVERRIDES GROUP--------
//
//        This group is not required in the config file.  If present, the words listed will cause the chat system
//        to bug out and not process the chat message.  These are single words, and the chat message entered by the player
//        needs to match the word listed; the entire message.  For instance, lets enter these overrides:
//
//        "Overrides"
//        {
//            "rank"                ""
//            "testcommand"    ""
//            "rtv"                    ""
//            "nominate"        ""
//        }
//
//        Using the above overrides, lets look at the following chat messages:
//
//        Player: rank                            <- This message will NOT be proccessed
//        Player: ranked                        <- This message will be proccessed
//        Player: what is my rank        <- This message will NOT be proccessed
//
//        ONLY 1 WORD MESSAGES THAT MATCH THE WORD IN THE OVERRIDES SECTION WILL WORK
//
//        ---------DO NOT EDIT ABOVE THIS LINE---------

"admin_colors"
{
    "REMOVEDBYREQUEST"
    {
        "flag"                "z"
        "tag"                    "[0wnEr]"
        "tagcolor"        "{blue}"
        "namecolor"        "{green}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "e"
        "tag"                    "[HeadAdmin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "e"
        "tag"                    "[HeadAdmin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "b"
        "tag"                    "[FAG]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
}

It is because you need the overrides part at the end .... my server did not work untill i added this also.. i have re created it with over rides at the end like it should ... you can copy / paste it right into there and it should get you working!

Code:
//        ************************************************************************
//        *************************************************************************
//        Simple Chat Colors Config File
//        Description:
//                 Changes the colors of players chat based on config file
//        *************************************************************************
//        *************************************************************************
//        This file is part of Simple Plugins project.
//        
//        This plugin is free software: you can redistribute 
//        it and/or modify it under the terms of the GNU General Public License as
//        published by the Free Software Foundation, either version 3 of the License, or
//        later version. 
//
//        This plugin is distributed in the hope that it will be useful,
//        but WITHOUT ANY WARRANTY; without even the implied warranty of
//        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//        GNU General Public License for more details.
//
//        You should have received a copy of the GNU General Public License
//        along with this plugin.  If not, see <http://www.gnu.org/licenses/>.
//        *************************************************************************
//        *************************************************************************
//        How to edit this file:
//        "admin_colors"                                        <--    Leave this alone
//        {                                                                     <--    Add  all groups/steamids after first bracket (Leave this  alone)
//                                                                            
//            "STEAM_0:1:1234567"                            <--     Here  is a steamid example with a tag (don't duplicate steamids)
//            {
//                "flag"            ""                                 <--    This  is the flag(s) assoicated with the group.  This field  doesn't matter if  the group name is a steamid
//                "tag"                ""                                 <--    This  is the text for the tag (tag only appears in processed  chat)
//                "tagcolor"    ""                                <--     This  is the color for the tag (tag only appears in processed chat)
//                "namecolor"    "{teamcolor}"            <--    This is the color for the name
//                "textcolor"    "{default}"                <--    This is the color of the text
//            }
//
//            "groupname"                                             <--    This  can either be a steamid for a specific player, or a  group name
//            {                                                                <--    Open the group
//                "flag"            "z"                                 <--    This  is the flag(s) assoicated with the group.  This field  doesn't matter if  the group name is a steamid
//                "tag"                "[admin]"                     <--    This  is the text for the tag (tag only appears in processed  chat)
//                "tagcolor"    "{green}"                    <--     This  is the color for the tag (tag only appears in processed chat)
//                "namecolor"    "{green}"                    <--    This is the color for the name
//                "textcolor"    "{default}"                <--    This is the color of the text
//            }                                                                <--    Close the group
//
//            "everyone"                                             <--    A  groupname of "everyone" will work for all players (always  place LAST)
//            {
//                "flag"            ""                                <--    Leave this blank for "everyone" group
//                "tag"                ""                                 <--    Leave  this blank for "everyone" group; unless you want to  "tag" everyone
//                "tagcolor"    ""                                <--     Leave  this blank for "everyone" group; unless you want to "tag"  everyone
//                "namecolor"    "{teamcolor}"            <--    This is the color for the name
//                "textcolor"    "{olive}"                    <--    This is the color of the text
//            }
//        }                                                                     <--    Add  all groups/steamids before last bracket (Leave this  alone)
//
//        NOTE:
//        If you don't enter a steamid, "everyone", or "overrides", then   the group name does not matter, it's just for your reference.
//        There is NO POINT in using name: {teamcolor} text: {default}.  You are just making the plugin work for nothing.
//        DO NOT INTERCEPT CHAT FOR NO REASON
//        Valid colors are (not for every mod: see link below):
//        "{default}"
//        "{green}"
//        "{lightgreen}"
//        "{red}"
//        "{blue}"
//        "{olive}"
//        "{teamcolor}"
//
//        --------YOU CANNOT USE THE FOLLOWING TOGETHER--------
//        "{lightgreen}"
//        "{red}"
//        "{blue}"
//        "{teamcolor}"
//
//        These colors are considered team colors and you cannot use more than 1 team color at a time.
//        For a better understanding of what these colors mean, how they work, and on what games, see this link:
//        http://forums.alliedmods.net/showthread.php?t=96831
//        Thanks to exvel for the great .inc file!
//
//        --------ORDER OF OPERATIONS--------
//        
//        The order in which you place items in the config file matters.  Here is what determins what color they get:
//        1. SteamID
//            If there is a steamid present, it will always override everything.  If you put a steamid in twice
//            then the first entry (top to bottom) will be used. (I think, just don't do it!)
//        2. Groups
//            The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//            will be compared with the group flag string, and if the player has all the flags, it will stop there.
//            For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//            above the "d" group then the admin will get the "a" colors. Order matters.  
//            You can use more than 1 flag for the group. You could have made the admin group with the "ad" flag,
//            but it will always take the first match.
//        3. "everyone" Group
//            This should ALWAYS be the last item in the config, and should ONLY be used if you actually change the color.
//            Don't use it if you put name: {teamcolor} text: {default}.  You would be intercepting chat for no reason.
//            DO NOT INTERCEPT CHAT FOR NO REASON
//
//        --------OVERRIDES GROUP--------
//
//        This group is not required in the config file.  If present, the words listed will cause the chat system
//        to bug out and not process the chat message.  These are single words, and the chat message entered by the player
//        needs to match the word listed; the entire message.  For instance, lets enter these overrides:
//
//        "Overrides"
//        {
//            "rank"                ""
//            "testcommand"    ""
//            "rtv"                    ""
//            "nominate"        ""
//        }
//
//        Using the above overrides, lets look at the following chat messages:
//
//        Player: rank                            <- This message will NOT be proccessed
//        Player: ranked                        <- This message will be proccessed
//        Player: what is my rank        <- This message will NOT be proccessed
//
//        ONLY 1 WORD MESSAGES THAT MATCH THE WORD IN THE OVERRIDES SECTION WILL WORK
//
//        ---------DO NOT EDIT ABOVE THIS LINE---------

"admin_colors"
{
    "REMOVEDBYREQUEST"
    {
        "flag"                "z"
        "tag"                    "[0wnEr]"
        "tagcolor"        "{blue}"
        "namecolor"        "{green}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "e"
        "tag"                    "[HeadAdmin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "e"
        "tag"                    "[HeadAdmin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{olive}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    }
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "b"
        "tag"                    "[FAG]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    "REMOVEDBYREQUEST"
    {
        "flag"                "k"
        "tag"                    "[Admin]"
        "tagcolor"        "{green}"
        "namecolor"        "{teamcolor}"
        "textcolor"        "{green}"
    }
     "Overrides"
    {
        "rank"            ""
        "testcommand"     ""
        "rtv"             ""
        "nominate"        ""
    }
}
You also forgot the last } after your last steamid ... but i added it for you , have a good one!

Last edited by zachgang15; 04-18-2011 at 22:32.
zachgang15 is offline
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 05:30.


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