AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   skin console command disable (https://forums.alliedmods.net/showthread.php?t=222740)

AleeKz 08-06-2013 04:09

skin console command disable
 
Hi, I would like to ask for a plugin that blocks the console command "skin". I've been encountering so many problems with this command and I be thankful if someone could help me with a plugin that blocks it.

:bacon!::bacon!: to everybody :)

akash_guptacosmos 08-06-2013 06:00

Re: skin console command disable
 
Enjoy ~~
http://forums.alliedmods.net/showthread.php?t=171474

vamppa 08-06-2013 10:30

Re: skin console command disable
 
PHP Code:

#include <amxmodx>

public plugin_init()
{
    
register_plugin("Skin-blocker","1.0","Vamp")
    
register_clcmd("skin","zskin")
}

public 
zskin(id)
{


    return 
PLUGIN_HANDLED


Compile it 'n done.
if it doesn't work then it means you cant block the command.


All times are GMT -4. The time now is 09:54.

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