From 21fb262edd1a5f6a9f6118b281b0639bcbcd777b Mon Sep 17 00:00:00 2001 From: paumann Date: Thu, 25 May 2023 15:26:41 +0200 Subject: [PATCH] Added hint to enable mp_drop_knife_enable --- knives.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/knives.py b/knives.py index ca687d4..ac7b750 100644 --- a/knives.py +++ b/knives.py @@ -99,5 +99,6 @@ if __name__ == "__main__": knife_cfg_file.write(content) # Done! Show user initial bind line - print("Done! Add this line to your config for the initial knife drop:") + print("Done! Add these lines to your config for the initial knife drop:") + print("mp_drop_knife_enable 1") print(f'bind {HOTKEY} "use weapon_knife; drop; exec knives/00_{KNIVES[0]}"')