View Single Post
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-13-2017 , 19:20   Re: You know those couple seconds once u die?
Reply With Quote #10

Here you go, I set it to 5 seconds.
P.S. You will need Connor's include
PHP Code:
#include < amxmodx >
#include < csx >
#include < screenfade_util >

public plugin_init( )
{
    
register_plugin"KILL FADE""0.1""Blood2K" 
}

public 
client_deathiKilleriVictim )
{    
    if( 
is_user_connectediKiller ) && iKiller != iVictim // fade only if killed by enemy 
    
{
        
UTIL_ScreenFadeiVictim, { 00}, 0.25.0255FFADE_IN )
    }

__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline