Try registering them as concmds
Code:
register_concmd("mu_addxp","addxp",ADMIN_SLAY,"<username> Add xp.")
and
Code:
register_concmd("mu_addxp2","addxp2",ADMIN_SLAY,"<username> Add xp")
Also, your commands should
Code:
return PLUGIN_HANDLED
so it doesn't say Invalid Command:mu_addxp when you use it.
__________________