Well I see a little problem on this line
PHP Code:
register_clcmd("amx_unbansteam","removeid #1", ADMIN_KICK, "- unban steam")
try replacing it with
PHP Code:
register_clcmd("amx_unbansteam","admin_unbansteam", ADMIN_KICK, "- unban steam")
__________________