block server message
how do hide some 3rd party plugins startup message. ie: some closed source plugin prints it author name on any client connect. How do I hide this message ?. Any ideas ?
|
Re: block server message
Delete client_print messages in those plugins.
|
Re: block server message
If you don't have the source code it's questionable as to whether you should be using it at all (for your own safety).
|
Re: block server message
Delete client_print messages in those plugins.
What a reply.. ah.. I said closed source.. And Im sure what Im using.. But no source available.. |
Re: block server message
I have tried this with no luck..
Code:
register_srvcmd("client_print", "HideAds"); |
Re: block server message
You can:
1) HEX edit the compiled plugin and change the message (you won't be able to remove it completely) 2) Use something like you did, but instead of hooking client_print (wtf?) hook the SayText (I guess) message and block it there 3) Disassemble the plugin and remove the message there |
Re: block server message
by hex editing I couldn't find the proper string. And disassembly is not possible for me.
hook sayText ?.. how will sayText will get the string ? Im trying my luck with hex editing.. |
Re: block server message
Quote:
Quote:
PS: if file size is big then i dont have time to do it :) Its take lots of time. |
Re: block server message
Quote:
|
Re: block server message
Yes I guessed that too.. Just trying.. BTW can I get any servers command's arguments by some other methods ?
|
| All times are GMT -4. The time now is 14:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.