MrGreenGaming/MTA-Resources

Ignore list doesn't work correctly.

Matoosh opened this issue · 5 comments

Ignore list doesn't work correctly. I added Zullolo to ignore list. His nick is "#0000FFZullolo". It's irrelevant he has small 'L' oraz big 'i' because I used cmd '/ignore', first letter and pressed Tab.

I got information "/ignore: ignoring player ##0000FFZullolo" on the chat after using command. I checked my list later and I have seen "Zullolo" without "#".

mta-screen_2018-12-31_21-37-35

mta-screen_2018-12-31_21-38-03

Cena1 commented

@AfuSensi @Mihoje might taking a look into it when you can?

My guess is that is has something to do with the double # in his name. Will check it out asap.

@Matoosh
Also a tip, you can /ignore namePart instead of the full name. It also ignores color codes, so ignoring "##0000FFZullolo" should work with '/ignore zullo' too.

Seems like the MTA devs added proper source to onClientChatMessage, so detecting players will now be easier, without comparing names.

It's caused by the recent tag script I made. Sent the details to @AfuSensi, he's gonna handle it.

Should be fixed in 8c16f38