AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Hiding noclip and only noclip (https://forums.alliedmods.net/showthread.php?t=249586)

jpwanabe 10-08-2014 10:02

Hiding noclip and only noclip
 
I know I can hide admin commands from non admins, but the only command I want to hide is noclip. Does anyone know of a plugin that might do this?

Mitchell 10-08-2014 10:53

Re: Hiding noclip and only noclip
 
you can edit the plugin to remove the ShowActivity function when someone goes into noclip.
bit trivial because you'd be replacing a stock SM plugin. Or you can hook the text usermessage instead, which i dont recommend.

Marcus_Brown001 10-08-2014 22:33

Re: Hiding noclip and only noclip
 
Why do you want to block only the noclip notification?

ddhoward 10-08-2014 22:44

Re: Hiding noclip and only noclip
 
Quote:

Originally Posted by Marcus_Brown001 (Post 2208835)
Why do you want to block only the noclip notification?

Because on particular servers, it can be the spammiest command used.

jpwanabe 10-09-2014 14:09

Re: Hiding noclip and only noclip
 
Is there any way to block it other then changing the .sp of the .smx ? I can't really code my self.

Mitchell 10-09-2014 14:18

Re: Hiding noclip and only noclip
 
Quote:

Originally Posted by jpwanabe (Post 2209065)
Is there any way to block it other then changing the .sp of the .smx ? I can't really code my self.

There are other efficient ways, editing would be best.
You dont really need to be good at coding to ctrl+f with notepad++ and delete the line

i.e. search for ShowActivity in the noclip file.
recompile (with web compiler if you wish)


All times are GMT -4. The time now is 03:26.

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