FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Don't handle taunting if playermodel2 is loaded. #101

Closed arthurdead closed 2 years ago

arthurdead commented 2 years ago

i have a plugin called playermodel2 which already handles taunting using other classes weapons and its conflicting with randomizer's dhook

FortyTwoFortyTwo commented 2 years ago

There is probably a lot more plugins that conflicts with randomizer, not just Taunt hook but other hooks aswell. Instead of plugin needing to handle with all of different plugins, better solution probably would be is to have a convar randomizer_fix_taunt so any other plugins that conflicts with Taunt hook can also use this convar.