AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   amx_tsayy (https://forums.alliedmods.net/showthread.php?t=122609)

$n1p3r 03-28-2010 16:16

amx_tsayy
 
How to make that when I use amx_tsayy that it doesnt show in Console what admin used that command? Thanks

fysiks 03-28-2010 21:22

Re: amx_tsayy
 
I believe it is this:

amxx.cfg
Code:

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2


$n1p3r 03-28-2010 21:32

Re: amx_tsayy
 
IT's not :) I mean in console , not chat

fysiks 03-28-2010 21:45

Re: amx_tsayy
 
Quote:

Originally Posted by $n1p3r (Post 1131936)
IT's not :) I mean in console , not chat

That doesn't change my answer.

$n1p3r 03-28-2010 23:08

Re: amx_tsayy
 
Well I'll put that then and see :)

unnyquee 03-29-2010 08:36

Re: amx_tsayy
 
You should check in .sma and comment the part where it displays what you don't want.. (add "//" in front)

Something like:
PHP Code:

client_print(idprint_console,..); 

or:
PHP Code:

console_print(id,..); 


$n1p3r 03-29-2010 08:57

Re: amx_tsayy
 
That's what I was looking for!

Thanks

fysiks 03-29-2010 18:17

Re: amx_tsayy
 
I could have told you that but you asked to remove which admin used the command (which is done the way I told you), you never said you wanted the whole reference to the command removed.

Also, if you would have told me that you only want it for that specific command then I could have changed it for you too :).

Engrish FTW.

$n1p3r 03-29-2010 18:29

Re: amx_tsayy
 
Well you'r right :P I dont want to remove ALL admins commands :P

Just tsayy and exec if possible, but cant find it in sources... :/ but still I want to it showes slap/kick/ban

fysiks 03-29-2010 18:35

Re: amx_tsayy
 
I find it bizarre that you would want to remove it from the console of the person typing the command. When I use amx_tsay and I want to see it again after it has been removed from my screen I look in console for it.


All times are GMT -4. The time now is 00:37.

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