Find out registered functions
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. |
Re: Find out registered functions
You can replace prefix admin_ with amx_ and then execute it from the clients console with it arguments.
PHP Code:
|
| All times are GMT -4. The time now is 08:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.