Comment these:
Code:
new accessLevel[10]
get_cvar_string("sh_adminaccess", accessLevel, 9)
new aLevel = read_flags(accessLevel)
register_concmd("amx_eqsetxp","adminSetXP", aLevel,"<nick | @team | @ALL | #userid> <xp> - Sets Players XP")
register_concmd("amx_eqaddxp","adminSetXP", aLevel,"<nick | @team | @ALL | #userid> <xp> - Adds XP to Players")
register_concmd("amx_eqsetlevel","adminSetLevel", aLevel,"<nick | @team | @ALL | #userid> <level> - Sets SuperHero level on players")
Also, when you're not only copying superhero mod but also spelling "Warrior" incorrectly, you should probably just give up now.
__________________