Raised This Month: $32 Target: $400
 8% 

how to speed up knife attack speed?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sunen
Member
Join Date: Jul 2020
Old 09-28-2020 , 03:46   how to speed up knife attack speed?
Reply With Quote #1

[L4D2]
Code:
GetClientWeapon(client, name, sizeof(name));
if (StrEqual(name, "weapon_knife"))//default"weapon_melee"
{
    AdjustWeaponSpeed(client, GetConVarFloat(WeaponSpeedAmount), 1);
}
Why this code is invalid?When i change "weapon_knife" to "weapon_melee",this is valid for all melee weapons。
Does "weapon_knife" exist?

Last edited by Sunen; 09-28-2020 at 07:36.
Sunen is offline
 


Thread Tools
Display Modes

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 08:17.


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