Skip to content

Commit

Permalink
Add info about csgo_knives_tfaskins cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
xDShot committed Dec 19, 2016
1 parent 317b2a3 commit dcc96b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Type these in console or in server config:
| csgo_knives_oldsounds | 0 | Play old sounds when swinging knife or hitting wall |
| csgo_knives_primary | 1 | Allow primary attacks |
| csgo_knives_secondary | 1 | Allow secondary attacks |
| csgo_knives_tfaskins | 1 | Add skins for [TFA knives](https://steamcommunity.com/sharedfiles/filedetails/?id=542024374) using this pack's base if any of them installed |
| **Numerical variables** |||
| csgo_knives_dmg_prim_back | 90 | How much damage deal when hit with primary attack from behind |
| csgo_knives_dmg_prim_front1 | 40 | How much damage deal when firstly hit with primary attack in front or from side |
Expand Down
2 changes: 1 addition & 1 deletion lua/autorun/add_tfa_skins.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CreateConVar("csgo_knives_tfaskins", 1, FCVAR_ARCHIVE, "Add skins for TFA's CSGO Knives")
CreateConVar("csgo_knives_tfaskins", 1, FCVAR_ARCHIVE, "Add skins for TFA knives using this pack's base if any of them installed")

local Synonyms = {}

Expand Down

0 comments on commit dcc96b2

Please sign in to comment.