Raised This Month: $ Target: $400
 0% 

using menu_addblank


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HLM
Senior Member
Join Date: Apr 2008
Location: C:\WINDOWS\System32
Old 05-09-2010 , 01:13   Re: using menu_addblank
Reply With Quote #1

ok, ill adjust that.. all 20+ iterations, lol

but is there any other way of using the new menu system and making a blank line?
__________________
+|- KARMA Respectively

HLM is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-09-2010 , 14:03   Re: using menu_addblank
Reply With Quote #2

Quote:
Originally Posted by HLM View Post
but is there any other way of using the new menu system and making a blank line?
You will have to post the code. It's been a while since I tried to use the addblank for the new menu system.
__________________
fysiks is offline
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 05-09-2010 , 16:15   Re: using menu_addblank
Reply With Quote #3

Code:
public Function( ) {     new hMenu = menu_create( "TITLE", "Handler" );         menu_additem( hMenu, "Whatever", "1" );     menu_additem( hMenu, "Whatever2", "2" );         // will output this:     // TITLE     // 1. Whatever     // 2. Whatever2     //     // 0. Exit             // while this:     new hMenu = menu_create( "TITLE", "Handler" );         menu_additem( hMenu, "Whatever^n", "1" );     menu_additem( hMenu, "Whatever2", "2" );         // will output:     // TITLE     // 1. Whatever     //     // 2. Whatever2     //     // 0. Exit }

That way you can create a blank line. The '^n' is used to make a new row.
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath 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 03:39.


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