From dcc96b2ae184a3423689086aea4cfa8ea9a45080 Mon Sep 17 00:00:00 2001 From: xDShot Date: Mon, 19 Dec 2016 15:12:29 +0300 Subject: [PATCH] Add info about csgo_knives_tfaskins cvar --- README.md | 1 + lua/autorun/add_tfa_skins.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 967247e..67eff02 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/lua/autorun/add_tfa_skins.lua b/lua/autorun/add_tfa_skins.lua index 3d03187..0ef6c74 100644 --- a/lua/autorun/add_tfa_skins.lua +++ b/lua/autorun/add_tfa_skins.lua @@ -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 = {}