Unknown command: amx_test
Hello all ,
I have created one command amx_test and when player is using it through console its coming Unknown command: amx_test But the command is working fine . How to supress it / if the user does nto have the access how to print "You do not have access to use this command " TY , Gamer99 |
Re: Unknown command: amx_test
Quote:
|
Re: Unknown command: amx_test
i have already done
register_concmd("amx_test","cmd_test",ADMIN_K ICK,"<nick or #userid>") |
Re: Unknown command: amx_test
So i think your public cmd_test
is a bug. Show the error logs. |
Re: Unknown command: amx_test
there is no bug ..no error ... and the plugin is working fine ...
|
Re: Unknown command: amx_test
Try that
register_concmd("amx_test","cmd_test") |
Re: Unknown command: amx_test
then how I am supposed to check the access ?
|
Re: Unknown command: amx_test
Quote:
PHP Code:
|
Re: Unknown command: amx_test
return PLUGIN_HANDLED at the end of your amx_test function.
|
Re: Unknown command: amx_test
Quote:
I made a short example... |
| All times are GMT -4. The time now is 01:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.