Hi
I would like to make a plugin that for each amx_ client console command registers another equivalent admin_ function which calls the same function as the amx_ function. For example, if if have the amx_kick console command the plugin would automatically register admin_kick and make it call the same function with the same parameters.
The problem i've ran into is that
get_concmd do not tell you which function the call is mapped on to.