Raised This Month: $ Target: $400
 0% 

changing chat text color for all


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
stupok
Veteran Member
Join Date: Feb 2006
Old 10-03-2006 , 00:28   Re: changing chat text color for all
Reply With Quote #2

wow.... I searched and you posted the SAME request just 7 days ago...


Quote:
Originally Posted by k007 View Post
you know that you need to leanr more and start using the search button more offren......
http://forums.alliedmods.net/showthread.php?t=9213

The code is in there, just modify it to your needs.

BUT because I'm feeling generous, I'll slop together some code that may or may not work that will probably suit your needs.

Code:
public plugin_init() {     register_clcmd("say","hook_say") } public hook_say(id) {     message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, id)     write_byte(id)     write_string("^x03Team colored text ^x01Normal color")     message_end()         return PLUGIN_HANDLED }

You'll have to test it yourself. I have to say you must be extremely lazy.
stupok 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 04:46.


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