Added hint to enable mp_drop_knife_enable

This commit is contained in:
2023-05-25 15:26:41 +02:00
parent 748dbe812b
commit 21fb262edd

View File

@ -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]}"')