Raised This Month: $51 Target: $400
 12% 

amx_show_activity help?


Post New Thread Reply   
 
Thread Tools Display Modes
iggy_bus
BANNED
Join Date: Oct 2005
Old 05-08-2006 , 15:00  
Reply With Quote #11

lol I have a problem now.
I have put this amx_super1.amxx and amx_exec shows no activity but I have damage info now.
When players shoot at enemies they see amount of damage even through the wall.
This could be used for cheating. Can this be removed pls?
iggy_bus is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 05-08-2006 , 15:04  
Reply With Quote #12

That's a feature from the latest amx_super. Just turn it off with the server cvar bullet_damage 0.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
iggy_bus
BANNED
Join Date: Oct 2005
Old 05-08-2006 , 16:00  
Reply With Quote #13

tnx
iggy_bus is offline
iggy_bus
BANNED
Join Date: Oct 2005
Old 10-26-2006 , 17:35   Re: amx_show_activity help?
Reply With Quote #14

Quote:
Originally Posted by Bo0m! View Post
Okay I did two versions of this for you (They are untested but should work as far as I know.)
One version doesn't show the command to clients but still logs it to the server.
This works great, I chosed amx_super2.sma but now I have one more request.

Take this amx_super2.sma
and make following plugins not show activity to chat (only to log):
ADMIN HEAL v0.9.3 by f117bomb
DARK MONEY 1.0 by DarkShadowST

And if it is not too much problem explain what did you change so I do not bother you again for this.

Thanx ahead
iggy_bus is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 10-26-2006 , 18:21   Re: amx_show_activity help?
Reply With Quote #15

I'm lazy so I'll just tell you what to do.
Remove the following lines and recompile:
Code:
        switch(get_cvar_num("amx_show_activity"))   {             case 2client_print(0,print_chat,"[AMXX] ADMIN %s: set life on all %s",name2,arg[1])             case 1client_print(0,print_chat,"[AMXX] ADMIN: set life on all %s",arg[1])         }
and
Code:
        switch(get_cvar_num("amx_show_activity"))   {             case 2client_print(0,print_chat,"[AMXX] ADMIN %s: set life on %s",name2,name)             case 1client_print(0,print_chat,"[AMXX] ADMIN: set life on %s",name)         }
As for the money part, just set the cvar amx_moneymsg 0 on your server.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
iggy_bus
BANNED
Join Date: Oct 2005
Old 10-26-2006 , 20:42   Re: amx_show_activity help?
Reply With Quote #16

tnx + 4 u
iggy_bus is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:20.


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