View Single Post
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 07-27-2009 , 08:00   Re: TT can't kill CT how I can make this?
Reply With Quote #3

PHP Code:
#include <amxmodx>
#include <hamsandwich>

public plugin_init( ) 
{   
    
RegisterHamHam_TakeDamage"player""fwd_TakeDamage");
}

public 
fwd_TakeDamagevictiminflictorattackerFloat:damagedmgbits )
{
    if ( 
is_user_alive(  attacker ) )
    {
        if ( 
get_user_teamattacker ) == )
        {
             return 
HAM_SUPERCEDE;
        }

        return 
HAM_IGNORED;

Try this, not tested.
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath is offline