Raised This Month: $ Target: $400
 0% 

Menu spacing problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
knekter
Senior Member
Join Date: Mar 2004
Location: PA
Old 03-09-2005 , 17:20   Menu spacing problem
Reply With Quote #1

ok I have a menu that contains integers that change. I want them to all line up after some text, but im having some problrems.. Heres the code:

Code:
new len = format(szMenu2, 255, "\rChoose your upgrades:\R^n^n") len += format(szMenu2[len], 255 - len, "\y1.%s Hardrive         %i^n", COLOR[UPGRADES[id][0]], UPGRADES[id][0]) len += format(szMenu2[len], 255 - len, "\y2.%s Hover Boost      %i^n", COLOR[UPGRADES[id][1]], UPGRADES[id][1]) len += format(szMenu2[len], 255 - len, "\y3.%s Processor        %i^n", COLOR[UPGRADES[id][2]], UPGRADES[id][2]) len += format(szMenu2[len], 255 - len, "\y4.%s Damage Amplifier %i", COLOR[UPGRADES[id][3]], UPGRADES[id][3])

Its showing up like this:

Code:
Hardrive 0
Hover Boost      0
Processor       0
Damage Amplifier 0
Its very odd, and I want to be able to fix it... Anyone have any ideas?
__________________
More updates for Matrix Mod!
knekter is offline
Send a message via AIM to knekter Send a message via MSN to knekter
 



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 14:11.


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