in the plugin_init section of the plugin (adminvote) you'll see this:
Code:
register_concmd("amx_votemap", "cmdVoteMap", ADMIN_VOTE, "<map> [map] [map] [map]")
register_concmd("amx_votekick", "cmdVoteKickBan", ADMIN_VOTE, "<name or #userid>")
register_concmd("amx_voteban", "cmdVoteKickBan", ADMIN_VOTE, "<name or #userid>")
change the ADMIN_VOTE to ADMIN_ALL
i know you said not to post codes.. but thats super simple to do
**edit**
actually im not sure if that will allow normal ppl to use them thru menus or anything.. not sure, i never really use menus.. but it might.. otherwise that will still allow them to use them in the console
__________________