Results 89 comments of Mattia

@crashzk I wasn't using the right scp version now I'm using the one linked in your post, tough I don't think that it's the issue in this case (still I've...

@crashzk I've just commited new changes to `scp` branch which should fix the double dot issue. Seems like the issue wasn't the new chat-processor per se but the `{default}` tag,...

@crashzk I just tested with your cfg and seems like the issue is with that `{teamcolor}`, if you remove it the dot disappears. Unfortunately as far as I know there...

@crashzk if you just remove it by default it will be set as `{teamcolor}`, you need either to set another color or leave it empty, eg. `"NameColor" ""`. If you...

Sorry for the late reply, please make sure you are using the latest version of sourcemod, if it still happens please send again your hextags.cfg and the plugins list

> @Hexer10 news about this bug? Just to make sure I get this right, you are in a group (double check with `sm_who`) but don't get the tag? If so...

Already reported here: https://github.com/Kamikaze94/WolfHUD/issues/829 Please upvote that issue.

This can be fixed by checking if `self._mouse_click` variable is `nil`, but then you lose the functionality that there was before, which iirc it equipped a secondary equipment with a...

I'm looking deeper into this, and it seems like that before setting the `_mouse_click` and the `_mouse_click_index` variables this check was added(199.3): ```lua function BlackMarketGui:mouse_clicked(o, button, x, y) if not...

We'll I tried playing around with it and seems like the RMB doesn't crash if you copy paste the "self._mouse_click" code, but I guess checking for `nil` atm it's just...