Re: Simple Menu Builder
You can for example add an item in the beginning of the menu that will execute the "say /extra" command. I haven't added an option to change what the exit button does, but I may add it some day.
|
Re: Simple Menu Builder
Adding an item with the "say /extra", works but if you have 20 or more players is a bit annoying having to go through the actual players to choose the item associated to the "say /extra" command but still better than nothing :-)
Thank you! |
Re: Simple Menu Builder
Bug , when you press in an item that no command for it , it redirect you to the last item from first/Previous menu in the ini file, like if i press in AK fire serpent it redirect me to 'knives skins' item in nablus gaming menu
this is my code... PHP Code:
|
Re: Simple Menu Builder
I don't see what's the point of adding items without commands. I fixed it however.
|
Re: Simple Menu Builder
Code:
[Default Settings] |
Re: Simple Menu Builder
Improve what? I assume you want to add all weapons in the menu? I've made this before. Have a look:
PHP Code:
|
Re: Simple Menu Builder
When tried to compile it next errors are logged
Quote:
|
Re: Simple Menu Builder
You should upgrade to the latest AMXX version.
|
Re: Simple Menu Builder
Quote:
|
Re: Simple Menu Builder
Best plugin i had ever used. Anyway, I have a suggestion for this plugin and i need it. Is is possible to add languages support for the settings or even items ? Example:
Code:
[New Menu = Menu Sample] |
Re: Simple Menu Builder
Is it possible to make a menu that opens automatically when spawn ?
|
Re: Simple Menu Builder
Quote:
Quote:
|
Re: Simple Menu Builder
@Ocix, he can use a task 1.0 on spawnpost, no?
|
Re: Simple Menu Builder
There's no need for a task.
PHP Code:
|
Re: Simple Menu Builder
Quote:
|
Re: Simple Menu Builder
Can you add two feature to this like that ?
Code:
There'll be MENU_EXIT_TO option.With this, menu will exit to another menus or items.Code:
New ignore bots flag in the menu. |
Re: Simple Menu Builder
Good idea, I'll have it mind for the next update.
|
Re: Simple Menu Builder
I get this when I press something on the menu: Server tried to get invalid command: "say /reg"
This is my .ini file: Code:
[Default Settings]One more thing: How to add a motd too? I have a lot of commands with say but I also have some motd to open |
Re: Simple Menu Builder
Your game has some protection that is blocking the server from executing "say" commands on your client. I can't do anything to bypass that. About the MOTD, use this - https://forums.alliedmods.net/showthread.php?t=297627
|
Re: Simple Menu Builder
Oh you talk about the client protection. That was the problem
Sugestion: how about a key bind for this menu? for example i, is near y and u and you can acces it to open the menu automatically |
Re: Simple Menu Builder
You can try this "Register System" "do.func(plugin_name.amxx, function_name)" where
plugin_name.amxx - your plugin reg system function_name - reg function in that plugin It will work if that function has only id parameter |
Re: Simple Menu Builder
bind i "say /menu"
? |
Re: Simple Menu Builder
Yes
MENU_OPEN = say /menu, say_team /menu, amx_mymenu, bind i "say /menu" (like this?) |
Re: Simple Menu Builder
Uh, no. Open your console and bind the menu to the "i" button. You can't use a plugin to force-bind something to players.
|
Re: Simple Menu Builder
There were some plugins with bind a long time ago.. Can you recommend me something?
And for the motd plugin..it doesn't open the motd..idk why..not even the /forum which opens a web page in a motd Code:
#===============================================# |
Re: Simple Menu Builder
Quote:
|
Re: Simple Menu Builder
Quote:
Check if the MOTD plugin is running with the amx_plugins command. If it is, you have some other plugin that is blocking the chat commands. |
Re: Simple Menu Builder
Hi. What option I should use to move text in new line? This option don't work:
[New Menu = Menu4] [Menu Settings] ;<settings> = <value> MENU_TITLE = Bazooka Menu MENU_OPEN = bazookaopen MENU_REOPEN = 0 [Menu Items] ;<Item Name> <Command> [Flag] [Team] "Buy bazooka %newline%%newline%" "say /bazooka |
Re: Simple Menu Builder
"Buy bazooka" "say /bazooka"
#blank #blank |
Re: Simple Menu Builder
I have a plugin which hide slash commands
|
Re: Simple Menu Builder
That's the problem. That plugin should be last in plugins.ini. Any chat commands below it will be blocked.
|
Re: Simple Menu Builder
I have placed it the last one but still doesn't work.. I did it from the start..I was thinking about that
|
Re: Simple Menu Builder
Remove it and see if it will work.
|
Re: Simple Menu Builder
Good work , really useful one :)
|
Re: Simple Menu Builder
How do I set back button to one of my menus?
I want to set it but I get close |
Re: Simple Menu Builder
You can manually add it and make it execute the command that opens the other menu.
|
Re: Simple Menu Builder
Quote:
|
Re: Simple Menu Builder
Bump for the above
|
Re: Simple Menu Builder
I'm bumping this again to be updated for this.
Code:
There'll be MENU_EXIT_TO option.With this, menu will exit to another menus or items.Code:
New ignore bots flag in the menu. |
Re: Simple Menu Builder
Suggestion:
Items according to plugins that's working currently. "Main Menu" "say /menu" -pm.amxx- "PM Menu" "say /pm" -#allplugins- "Second Menu" "second_menu" When PM.amxx working, PM Menu will be showed. -#allplugins- means it will be showed in any plugin. |
| All times are GMT -4. The time now is 06:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.