A question about AMXX menus
Okay well im designing a couple plugins and im not new to coding at all. But, I cant seem to find the link between the formatting/showing of the menu with the show_menu function and how it relates that to the register_menu function.
So, lets say I format the menu like this: Code:
Code:
Code:
How does the first set of code know which menu command to run? |
when you register a menu id, what you are doing is assigning an id to any menu which contains the string in your register_menuid command, ie-
Code:
when you use register_menucmd, all this does is assigns a command (argument 3) to any menu with the id in argument 1 when certain key(s) are pressed (argument 2). so to answer your question, it's not the first set of code that determines the command to run, it's actually determined when the menu is 'registered' on plugin_init. (or wherever else the menus are registered) |
| All times are GMT -4. The time now is 14:45. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.