nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
19 stars 10 forks source link

Create unified item disabler attribute #8

Closed nosoop closed 4 years ago

nosoop commented 5 years ago

Starting to get a few more weapon attributes that do cooldowns on disable, so I think having a unified attribute / API to handle the weapon switching, notifications, and HUD text would be nice to have.

Something like TF2CustAttrDisableItem(int weapon, float duration) function and an item disabled progress text attribute, probably.