Jump to content
GIGN Forum

War3-mask-claws


Recommended Posts

Vajadzetu palidzibu, uztaisit.

Problema ir tada, ka claws of attack.. nedod damage, knife. parejam visam dod, varetu zutaisit lai knife ari dod.

    // Claws of Attack
    if ( ITEM_Has( iAttacker, ITEM_CLAWS ) > ITEM_NONE )
    {    
        WC3_Damage( iVictim, iAttacker, get_pcvar_num( CVAR_wc3_claw ), iWeapon, iHitPlace );
        
        SHARED_Glow( iAttacker, (2 * get_pcvar_num( CVAR_wc3_claw ) ), 0, 0, 0 );

        Create_ScreenFade( iVictim, (1<<10), (1<<10), (1<<12), 255, 0, 0, g_GlowLevel[iVictim][0] );
    }

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...