Code:
register_clcmd("amx_urstupid","myfunction",AMX_HELP,"Declares that you think a specific person is stupid!")
AMX_HELP isn't an access level, use something like the following:
Code:
ADMIN_SLAY
ADMIN_KICK
ADMIN_BAN
ADMIN_RCON
etc..
__________________