Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

EasyChat Indicator doesn't activate #85

Closed xaze1 closed 2 years ago

xaze1 commented 2 years ago

I have a Problem where I can't active to Indicate something or someone, if I try to activate it, it deacivates.

I have a Youtube Video where you can watch on what I mean: https://youtu.be/6TuGUsLtV58

Earu commented 2 years ago

Hey there, the setting disables itself because the key it's trying to assign is already bound to something different. If you're curious here's the code: https://github.com/Earu/EasyChat/blob/master/lua/easychat/modules/indications.lua#L289L294

You have two options, either you unbind your middle mouse button from what it's binded to. Either you bind +ec_indicate to any other key in the console.

xaze1 commented 2 years ago

Thank you very much Earu!