Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 71
Search took 0.01 seconds.
Search: Posts Made By: fysiks
Forum: Code Snippets/Tutorials 09-05-2021, 15:24
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

You need to look at the examples in the first post. It looks like the basic menu (https://forums.alliedmods.net/showthread.php?t=46364#BasicMenu) is the closest to your description.
Forum: Code Snippets/Tutorials 10-16-2013, 14:09
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Who are you talking to and/or what are you talking about?
Forum: Code Snippets/Tutorials 11-19-2012, 20:08
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Join date means nothing. It's just a number.
Forum: Code Snippets/Tutorials 11-18-2012, 17:44
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

I certainly wouldn't suggest such a large plugin for a beginner. I would recommend the standard AMX Mod X plugins.
Forum: Code Snippets/Tutorials 11-17-2012, 20:40
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Not really. Just look at existing plugins that already do it.
Forum: Code Snippets/Tutorials 11-10-2012, 15:04
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Does the menu show properly?
Forum: Code Snippets/Tutorials 11-10-2012, 14:42
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Can't help you without the full code. Attach the .sma file.
Forum: Code Snippets/Tutorials 11-07-2012, 22:39
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

http://hg.alliedmods.net/amxmodx-central/file/81ff4ff3da92/plugins/include/newmenus.inc#l77
Forum: Code Snippets/Tutorials 10-25-2012, 19:53
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

If there are only two options, I'm guessing that it's more efficient to set the two cell manually like yan does above.
Forum: Code Snippets/Tutorials 09-30-2012, 14:07
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

new szBuffer[34]
formatex(szBuffer, charsmax(szBuffer), "%L", id, "ITEM_ONE")
menu_additem(menu, szBuffer, "1")
Forum: Code Snippets/Tutorials 09-30-2012, 13:36
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

You have to format a string variable with the multilingual system then use that string in the menu natives.
Forum: Code Snippets/Tutorials 09-23-2012, 15:00
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

IIRC, that is the default setting so without it, it remains the same.
Forum: Code Snippets/Tutorials 05-05-2012, 00:58
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

The menu's pointers should be different and therefore you won't risk showing the wrong menu. You can test it to convince yourself. Create several static menus then create a dynamic one and compare...
Forum: Code Snippets/Tutorials 04-05-2012, 22:13
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

I don't see any reason why a few more menus would affect the server or client like that. Attach the code that works and the code that doesn't work and we can look to see if anything stands out.
Forum: Code Snippets/Tutorials 03-27-2012, 12:17
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

What do you mean "can't add text"? Maybe you need to look into menu_addtext().
Forum: Code Snippets/Tutorials 03-25-2012, 22:33
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

It won't be destroyed unless the handler of the first menu destroys the menu when MENU_EXIT case destroys it.
Forum: Code Snippets/Tutorials 02-17-2012, 17:04
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Is the health function getting called?
Forum: Code Snippets/Tutorials 01-17-2012, 19:57
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Yes, very true. I guess I was answering the question in "laymans" terms. So, the easiest for beginners, IMO, is having a one to one ratio :).
Forum: Code Snippets/Tutorials 01-17-2012, 19:18
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

You need one handler for every time you use menu_create(). This means that if you have one menu with two sub menu's then you need a total of three handler functions.
Forum: Code Snippets/Tutorials 01-16-2012, 16:12
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

The first option is not a sub-menu. The second option is. You can name it whatever you want. You can change the order however you want. You only code what you want to have in your menu.


...
Forum: Code Snippets/Tutorials 10-12-2011, 18:01
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

You have to show a new menu with a new title that has the new time in it. Update every second if you want it updated that much. IMO, it's probably too much hassle for such little gain but you can...
Forum: Code Snippets/Tutorials 10-08-2011, 12:43
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

For others, you use a call back and there is a post in this thread by Exolent that shows how to do it.
Forum: Code Snippets/Tutorials 05-30-2011, 13:43
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Other plugins.
Forum: Code Snippets/Tutorials 05-26-2011, 14:33
Replies: 446
Views: 419,362
Posted By fysiks
Re: New AMXX Menu System

Look in plmenu.sma to see how it's done for the slap menu.
Forum: Code Snippets/Tutorials 05-25-2011, 22:13
Replies: 446
Views: 419,362
Posted By fysiks
Showing results 1 to 25 of 71

 
Forum Jump

All times are GMT -4. The time now is 11:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode