Raised This Month: $ Target: $400
 0% 

[Solved] Bug StatusIcon xD


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 06-30-2014 , 22:58   Re: [Solved] Bug StatusIcon xD
Reply With Quote #8

Anyway..

PHP Code:
public update_lmmsg(id)
{
    if(
is_user_connected(id) && !is_user_bot(id))
    {
        
update_finalmsg(idg_havemine[id] + 10// deleting the previous num
        
update_finalmsg(idg_havemine[id], is_user_alive(id) ? 0// set the current num
    
}
}

public 
update_finalmsg(idnumberonoff)
{
    static 
LMSprites[33]
    
format(LMSpritessizeof(LMSprites), "number_%d"number)
    
    
message_begin(MSG_ONE_UNRELIABLEg_Msg_StatusIcon, {0,0,0}, id)
    
write_byte(onoff)
    
write_string(LMSprites)
    
write_byte(42// red
    
write_byte(212// green
    
write_byte(255// blue
    
message_end()

__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS 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 21:06.


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