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

Custom Chatcolors


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-22-2010 , 14:47   Custom Chatcolors
Reply With Quote #1

Code:
    Custom Chat colors by Drekes
    
    Description:
        This plugin gives you the opportunity to change your default yellow chatcolor
        to several other colors.
        
    Commands:
        say /chatcolor <colorname>                sets your chatcolor
        say /resetcolor                         resets your chatcolor
        
    Cvars:
        amx_chatcolor_on 0/1                    Turns the plugin off/on
        
    Changelog:
        v1.0             Initial release
        
    Credits:
        Wrecked:         Helped me with the loop

    Available colors:
        lightorange,
        orange,
        green,
        red,
        blue,
        white,
        black,
        cyan,
        brown,
        pink,
        violet,
        purple,
        grey
This probably will not be compatible with other mods.
Attached Files
File Type: sma Get Plugin or Get Source (chatcolor.sma - 748 views - 2.7 KB)
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 06-22-2010 , 14:51   Re: Custom Chatcolors
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?p=956479 ?
KadiR is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-22-2010 , 14:54   Re: Custom Chatcolors
Reply With Quote #3

Quote:
Originally Posted by KadiR View Post
Damn, i didn't found that when i searched it.

Time to delete this thread.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-22-2010 , 14:58   Re: Custom Chatcolors
Reply With Quote #4

+1

Also :

PHP Code:
public reset_chatcolor(id)
{
    if(
is_user_connected(id))
    {
        
client_cmd(id"con_color 255+180+30");
        
client_print(idprint_chat"Your chatcolor has been reset to default");
    }

You are assuming that default players settings are default cs setting but it can be other, you should rather store con_color value when player enter the server using query_client_cvar.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-22-2010 , 15:00   Re: Custom Chatcolors
Reply With Quote #5

Thanks connor, didn't thought about that. But is it still worth to fix it. The other one is probably better.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 06-22-2010 , 15:47   Re: Custom Chatcolors
Reply With Quote #6

Unapproved for similar/better plugin available.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-22-2010 , 15:48   Re: Custom Chatcolors
Reply With Quote #7

Quote:
Originally Posted by Emp` View Post
Unapproved for similar/better plugin available.
That was fast
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Old 07-10-2010, 03:28
jieyan10
This message has been deleted by YamiKaitou. Reason: spambot
Old 07-10-2010, 09:37
drekes
This message has been deleted by YamiKaitou. Reason: reply to deleted post
Old 07-10-2010, 12:00
DarkGod
This message has been deleted by YamiKaitou. Reason: reply to deleted post
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 10:04.


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