Menu to menu?
I was making a gun buy menu, but when they select the gun type how do I make it go to another menu displaying the guns? Here's my current code.
Code:
|
I don't build menus that way using menu_additem but if you want to redo from scratch I would suggest doing you rmenu in the same format as ataccfg.amxx
If you look at the way they did their menu and use it as an outline you can't go wrong. It's pretty simple to understand if you take the time to look at it. |
woah
|
Re: Menu to menu?
Create the sub menus first. add a call funtion for each, and add a handler function for each. then in your main menu use the switch statement to call the submenu like you would the first.
Code:
//Setup the Pistols menu here |
Re: Menu to menu?
@Sixtwin
I'd really appreciate it if you posted the working version of this plugin when you are done adding to it, because I could make use of it on my server with a few modifications :D |
| All times are GMT -4. The time now is 16:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.