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

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: AngeIII
Forum: Code Snippets/Tutorials 08-01-2010, 14:04
Replies: 446
Views: 414,074
Posted By AngeIII
Re: New AMXX Menu System

have a problem with "\d" tag..

for( new i=1; i<10; i++ )
{
format(str,32,"\d text no%d",i);
num_to_str(i,szTempid,9);
menu_additem(menu, str,szTempid, 0);
}

menu showing ok.....
Forum: Code Snippets/Tutorials 07-16-2010, 13:33
Replies: 446
Views: 414,074
Posted By AngeIII
Re: New AMXX Menu System

oh.. i'm sorry :\ my code is work perfectly .. I have an error in other function... can delete:}
Forum: Code Snippets/Tutorials 07-16-2010, 05:23
Replies: 446
Views: 414,074
Posted By AngeIII
Re: New AMXX Menu System

if you want to create

menu with
1..9 options button and button "0" exit you should write This:

example:

menu_additem(menu, "1", "1");
menu_additem(menu, "2", "2");
menu_additem(menu,...
Showing results 1 to 3 of 3

 
Forum Jump

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


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