Raised This Month: $ Target: $400
 0% 

Vampire bug


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 04-16-2009 , 08:13   Re: Vampire bug
Reply With Quote #1

Nothing changed....

Last edited by Debesėlis; 04-16-2009 at 08:21.
Debesėlis is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 04-16-2009 , 08:35   Re: Vampire bug
Reply With Quote #2

Try this
PHP Code:
public death_event( ) {
    new 
iKiller read_data);
    new 
iVictim read_data);

    if( ( 
get_user_flagsiKiller ) & ADMIN_ACCESS ) && vampir_active[iKiller] && iKiller != iVictim ) {
        
set_user_healthiKillerget_user_healthiKiller ) + get_cvar_num"amx_vampire_hp" ) );
        
client_printiKillerprint_chat"%L"iKiller"VAMPIRE"get_cvar_num"amx_vampire_hp" ) );
        
        
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("ScreenFade"), _iKiller);
        
write_short(1<<10);
        
write_short(1<<10);
        
write_short(FFADE_IN);
        
write_byte(0);
        
write_byte(0);
        
write_byte(200);
        
write_byte(75);
        
message_end();
    }

__________________
xPaw is offline
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 04-16-2009 , 09:08   Re: Vampire bug
Reply With Quote #3

I think now is good... il test better

Last edited by Debesėlis; 04-16-2009 at 09:19.
Debesėlis 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 02:28.


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