Raised This Month: $ Target: $400
 0% 

[TUT] User Icon Status


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Vechta
Veteran Member
Join Date: Jun 2010
Old 12-11-2010 , 11:40   Re: [TUT] User Icon Status
Reply With Quote #26

How it looks?

Btw. for all here is a stock for Icons.
PHP Code:
 stock icon_status(indexstatus, const icon[], redgreenblue)
{
    
message_begin(MSG_ONEiconstatus, {0,0,0}, index);
    
write_byte(status); // status (0=hide, 1=show, 2=flash)
    
write_string(icon); // sprite name
    
write_byte(red); // red
    
write_byte(green); // green
    
write_byte(blue); // blue
    
message_end();

How to use?
PHP Code:
 icon_status(id2"dmg_shock"255255255
Vechta 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 10:43.


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