shavitush / bhoptimer

A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
https://timer.shav.it
GNU General Public License v3.0
230 stars 94 forks source link

[TF2] Fix broken NoWeaponDrops (shavit-misc) #1160

Closed jedso closed 2 years ago

jedso commented 2 years ago

Fixes #1159 by using the built-in TF2 ConVar tf_dropped_weapon_lifetime and killing all tf_dropped_weapon entities when shavit_misc_noweapondrops is changed to 1.

The TF2_KillDroppedWeapons function is necessary because existing dropped weapons continue to live out their lifetime even after tf_dropped_weapon_lifetime is changed to 0.

rtldg commented 2 years ago

Thank you for the pr :)