Jump to content
GIGN Forum

War3 Elf Ultimate


Recommended Posts

Sveiki :) tatad es izmantoju so kodu, lai night elfa ultimate izmet Primary ieroci, bet nekas nav :(

    
    // Drop the user's weapon
    if ( get_pcvar_num( CVAR_wc3_entangle_drop ) )
    {
        new ammo, clip;
        new iWeapon = get_user_weapon( iEnemy, ammo, clip );
        
        // Only drop the weapon if it is the user's primary weapon
        if ( SHARED_IsPrimaryWeapon( iWeapon ) )
        {
            client_cmd( iEnemy, "drop" );
        }
    }
}

Link to comment
Share on other sites

Tu dari nepareizi!

Ieej addons/amxmod/configs/war3ft/war3FT.cfg

Tad mums intresē šī rindiņa :

// Skill and Ultimate configurations

wc3_ult_delay        15.0        // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
wc3_ult_cooldown    35.0        // Cooldown of all ultimates (default is 35.0)
wc3_blink_protection    1        // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
wc3_blink_dizziness    0        // What type of diziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
wc3_entangle_drop    1            // Should the player's primary weapon be dropped when they are entangled? (default is 0)

wc3_entangle_drop jāuzliek uz 1 !

Edited by JIeHUH
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...