how to block this MSGs ?
Hi, i try to block msg print
PHP Code:
|
Re: how to block this MSGs ?
Then you debug it.
Code:
I've never seen any message containing the strings you are comparing to. * is not a placeholder matching "anything". You're using the case-sensitive version of contain in which case "Can't" is probably wrong. |
Re: how to block this MSGs ?
Quote:
Quote:
i debug it .. i got other msg : Quote:
PHP Code:
|
Re: how to block this MSGs ?
You have to reproduce the messages that you want to hook so that you know exactly what they will contain.
Use containi() instead of contain() or equal() |
Re: how to block this MSGs ?
im try : containi() < --dos not work .... and contain() + equal() + equali()
the same thing ( Quote:
PHP Code:
PHP Code:
|
Re: how to block this MSGs ?
mp_limitteams "0"
|
Re: how to block this MSGs ?
Quote:
|
Re: how to block this MSGs ?
The print goes outside and before the if-statement. Otherwise all you will be able to hook is what you already know.
You NEED containi(), nothing else will work unless you specify parameters to limit how much of the text is read. Again, I have no idea what messages you want to remove, you have to reproduce them first. |
Re: how to block this MSGs ?
In fact, I did not understand what kind of messages I could specify, and was it another kind of message?
ex : i try to block this msg "switched to spectator mode" it don! here the source client dll : https://github.com/LevShisterov/Bugf...tor+mode&type= and about othere msgs here : https://github.com/LevShisterov/Bugf...teams+to&type= I think it's not the same kind? Is it difficult to identify or not? |
Re: how to block this MSGs ?
thx to Lev aghl.ru for Help :
PHP Code:
|
| All times are GMT -4. The time now is 17:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.