Raised This Month: $ Target: $400
 0% 

Chat colors


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Shaman
Senior Member
Join Date: Dec 2006
Location: Istanbul, Turkey
Old 02-12-2007 , 13:17   Chat colors
Reply With Quote #1

I have this function:
PHP Code:
public send_message(id,const message[])
    {
    
/* Format Message */
    
da_message[0]=0x01
    format
(da_message[1],251,message)
    
// Make sure the message is not longer than 192 character to prevent crashes
    
da_message[192] = '^0';
    
/* Send Message */
    
message_begin(MSG_ONE,MsgSayText,_,1);
    
write_byte(id)        
    
write_string(da_message)
    
message_end()
    } 
and I want to add colors to this; but how?
__________________
Shaman is offline
Send a message via ICQ to Shaman Send a message via AIM to Shaman Send a message via MSN to Shaman Send a message via Yahoo to Shaman
 



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:39.


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