Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Drak
Forum: Code Snippets/Tutorials 05-22-2009, 20:52
Replies: 446
Views: 417,721
Posted By Drak
Re: New AMXX Menu System

The Item Param seems to send off "0-MAX_ITEMS". Why do we do "menu_additem(Menu,"Text","1");"?

This simply works:

new Menu = menu_create("Hello World","_MyMenu");
menu_addtext(Menu,"Test");
...
Forum: Code Snippets/Tutorials 04-05-2009, 01:10
Replies: 446
Views: 417,721
Posted By Drak
Re: New AMXX Menu System

I'm curious, if I have:

#include <amxmodx>

public plugin_init()
{
register_clcmd("amx_newmenu","newMenu");
register_clcmd("amx_oldmenu","oldMenu");
}
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 23:07.


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