Raised This Month: $ Target: $400
 0% 

[REQ] HeadShot with fade colored


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 12-19-2011 , 16:03   Re: [REQ] HeadShot with fade colored
Reply With Quote #1

Improved.
PHP Code:
#include < amxmodx >

new g_iMsgScreenFade;

public 
plugin_init( )
{
    
register_event"DeathMsg""EventDeath""a""1>0""3=1" );
    
    
g_iMsgScreenFade get_user_msgid"ScreenFade" );
}

public 
EventDeath( )
{
    
message_beginMSG_ONE_UNRELIABLEg_iMsgScreenFade_read_data) );
    
write_short<< 10 );
    
write_short<< 10 );
    
write_short0x0000 );
    
write_byte);
    
write_byte100 );
    
write_byte240 );
    
write_byte75 );
    
message_end( );

__________________
xPaw is offline
Reply



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 20:58.


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