AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   BLOCK client_print messages (https://forums.alliedmods.net/showthread.php?t=295099)

ish12321 03-16-2017 07:30

BLOCK client_print messages
 
Is there any way to filter a client_print message
like some other plugn is printing something and if we want to block that message so we check the string if it's that message and block it ?

edon1337 03-16-2017 08:25

Re: BLOCK client_print messages
 
Hook say, and check if it's equal then block it?

OciXCrom 03-16-2017 08:41

Re: BLOCK client_print messages
 
Oh, wow. This totally hasn't been done 1000 times.

PRoSToTeM@ 03-16-2017 08:59

Re: BLOCK client_print messages
 
What do you want to do?

ish12321 03-16-2017 11:57

Re: BLOCK client_print messages
 
is say and message print by client_print same ?
Say includes our name too ...
Client_print is something diff...
It has single client messages too

PRoSToTeM@ 03-16-2017 12:09

Re: BLOCK client_print messages
 
Quote:

Originally Posted by ish12321 (Post 2504136)
is say and message print by client_print same ?
Say includes our name too ...
Client_print is something diff...
It has single client messages too

What are you trying to do? What is the purpose?

edon1337 03-16-2017 12:51

Re: BLOCK client_print messages
 
Quote:

Originally Posted by ish12321 (Post 2504136)
is say and message print by client_print same ?
Say includes our name too ...
Client_print is something diff...
It has single client messages too

You're trying to check messages sent by client_print native?

ish12321 03-16-2017 15:24

Re: BLOCK client_print messages
 
Quote:

Originally Posted by edon1337 (Post 2504149)
You're trying to check messages sent by client_print native?

Yes

fysiks 03-16-2017 21:33

Re: BLOCK client_print messages
 
You need to edit the plugins you want changed or edit the AMX Mod X core modules to change the code inside of client_print() (nobody will do this for you).

PRoSToTeM@ 03-17-2017 05:40

Re: BLOCK client_print messages
 
Can you answer my questions? Understanding what you are trying to do can help to solve this problem more correctly.


All times are GMT -4. The time now is 17:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.