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

Old Menu --> New Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Baws
Veteran Member
Join Date: Oct 2012
Old 12-22-2013 , 15:10   Old Menu --> New Menu
Reply With Quote #1

Can someone change me this menu to the new menu?

Code:
fixed :3
__________________
Like my clean plugins and work?

Last edited by Baws; 12-22-2013 at 19:24.
Baws is offline
naven
Veteran Member
Join Date: Jun 2008
Location: Poland, Cieszyn
Old 12-22-2013 , 16:16   Re: Old Menu --> New Menu
Reply With Quote #2

Reading this:
http://forums.alliedmods.net/showthread.php?t=46364
Will help you out.
__________________
naven.com.pl
"At the end of the day, there are always going to be mental disorders and people who cause violence for no other reason than the fact that they're fucked up and lost. And all we can do is try to learn from it." Corey Taylor.
naven is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 12-22-2013 , 17:01   Re: Old Menu --> New Menu
Reply With Quote #3

I did read and i already used that method it's just the Len is killing me and i can't get it done... :/
__________________
Like my clean plugins and work?
Baws is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 12-22-2013 , 18:21   Re: Old Menu --> New Menu
Reply With Quote #4

Why do you want the new one?
Don't fix what's not broken.
Edit:
Code:
display_champmenu(id) {         new hMenu = menu_create("Choose a Champ:", "action_champlist");         for ( new i = 0; i < g_ezID ; i++ )         menu_additem(hMenu, g_champ_names[i], info);         menu_display(id, hMenu); } public action_champlist(id, menu, item) {         if ( item != MENU_EXIT )         this_champ(id, item);         menu_destroy(menu); }
__________________

Last edited by Black Rose; 12-22-2013 at 18:57.
Black Rose is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 12-22-2013 , 19:24   Re: Old Menu --> New Menu
Reply With Quote #5

Thanks.
__________________
Like my clean plugins and work?
Baws is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:42.


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