Raised This Month: $ Target: $400
 0% 

Removing FadeScreen


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
malec321
Senior Member
Join Date: May 2009
Location: Los Angeles
Old 09-15-2012 , 22:17   Removing FadeScreen
Reply With Quote #1

Okay guys need help really quick!


Code:
public BlindUser(id){
    message_begin(MSG_ONE,g_msg_screen_fade,{0,0,0},id);
    write_short( 1<<15 );
    write_short( 1<<10 );
    write_short( 1<<12 );
    write_byte( 0 );
    write_byte( 0 );
    write_byte( 0 );
    write_byte( 255 );
    message_end();
}
If that fades somebody, how can I make a lets say: public UnBlindUser(id)

Don't make fun of me but I'm gonna throw out a guess:

Code:
    message_begin(MSG_ONE,g_msg_screen_fade,{255,255,255},id);
    write_short( 1<<15 );
    write_short( 1<<10 );
    write_short( 1<<12 );
    write_byte( 0 );
    write_byte( 0 );
    write_byte( 0 );
    write_byte( 255 );
    message_end();
Anyway thanks in regards!
__________________
Ayyylmao
malec321 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 08:21.


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