View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-08-2018 , 17:33   Re: Admin commands for players
Reply With Quote #10

Quote:
Originally Posted by wendigo View Post
What information?
Quote:
If you're using sm_slay from the base plugins and it's printing like "<name>: Slayed <other name>", then check that value of sm_show_activity is actually set. Using the server console you can just type "sm_show_activity" or from your client console do "rcon sm_show_activity" (or sm_rcon or whatever).

If the value is 12 and someone can see that message, then either they have the generic admin flag set (you can check with sm_who while they're connected) or you have some other plugin doing something unwanted.
Get on the server with you and someone that shouldn't be able to see the activity message.

Slay one of you and make sure they do indeed see the activity message.

Then, run `sm_cvar sm_show_activity` and `sm_who` in the console and reply with the output here.

Do not post compiled plugin binaries without source code, it is a violation of the SourceMod license.
__________________
asherkin is offline