Added hint to enable mp_drop_knife_enable
This commit is contained in:
@ -99,5 +99,6 @@ if __name__ == "__main__":
|
|||||||
knife_cfg_file.write(content)
|
knife_cfg_file.write(content)
|
||||||
|
|
||||||
# Done! Show user initial bind line
|
# 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]}"')
|
print(f'bind {HOTKEY} "use weapon_knife; drop; exec knives/00_{KNIVES[0]}"')
|
||||||
|
|||||||
Reference in New Issue
Block a user