PHP- Kodu:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("amx_rcon","yasak")
    
register_clcmd("amx_showrcon","yasak")
    
register_clcmd("amx_on","yasak")
    
register_clcmd("amx_off","yasak")
    
register_clcmd("amx_exit","yasak")
    
register_clcmd("amx_sqroot","yasak")
}
public 
yasak(id)

return 
PLUGIN_HANDLED;

Not : Adminlerin kullanamayacağı komutları adminler nasıl kullansınlar ?
( BKZ : )