PDA

View Full Version : Heal&money message


goimas
08-08-2007, 03:03
Hey i have a question is there any way to turn off the message when i give money;godmode;noclip or heal someone ???

Tartooob
08-08-2007, 14:16
Just type in game consol: amx_cvar amx_show_activity 0 or amx_show_activity 0
it wont show any msgs.

If you want everything back make it amx_show_activity 2

Czarny Iwan
08-08-2007, 14:28
I think that in older version were commands to disable this messages, but I don't see them anymore.

bmann_420
08-08-2007, 15:41
They would be in your amxx.cfg


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

goimas
08-09-2007, 08:03
ohh man thanks it works man respect:up:

Battousai-sama
08-09-2007, 19:13
They would be in your amxx.cfg


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

but that just makes it without name.. he wants it totaly disable and it still does that but. admisn woud abuse :D

bmann_420
08-09-2007, 20:01
0 is disabled, if he wants it that way, then hey, its his server.

Battousai-sama
08-09-2007, 20:11
true :D do as u wish dawg

Rexy PHATsac 420
08-21-2007, 14:33
the show_activity command will disable all admin names right? even in like csay. i dont want to disable all just the message in chat. is this possible?

Battousai-sama
08-21-2007, 15:05
0 disables it. i tried it. but if u user chats. like @ or @@ or @@@ it will show only msg. and it wont show who typed it.

YamiKaitou
08-21-2007, 15:07
the show_activity command will disable all admin names right? even in like csay. i dont want to disable all just the message in chat. is this possible?


Then you will have to edit the source code for this.....

Rexy PHATsac 420
08-21-2007, 15:30
thanks