Post: [RELEASE] Center Menus!
12-25-2011, 06:42 PM #1
Blackstorm
Veni. Vidi. Vici.
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, so I told DaftVader I would make a script to center a string for his credits =D Well here it is:

    
centerString( array )
{
maxSize = 0;
trimSize = 0;
tempStr = "";
for ( i = 0; i < array.size; i++ )
if( array[i].size > maxSize )
maxSize = array[i].size;
for ( i = 0; i < array.size; i++ )
{
tempStr = "";
if( array[i].size < maxSize )
{
trimSize = ceil( maxSize - array[i].size );
for ( x = 0; x < trimSize; x++ )
tempStr += " ";
tempStr += array[i];
array[i] = tempStr;
}
}
return array;
}


Basically what this does, is spaces out each string in each array depending on the biggest string to give it a "centered" effect.

how to use:

    

function()
{
array[0] = "Hello";
array[1] = "Why Hello There";
array[2] = "penis";
array[3] = "lol";

menuString = buildString( centerString( array ) );

menu setText( menuString );
}
centerString( array )
{
maxSize = 0;
trimSize = 0;
tempStr = "";
for ( i = 0; i < array.size; i++ )
if( array[i].size > maxSize )
maxSize = array[i].size;
for ( i = 0; i < array.size; i++ )
{
tempStr = "";
if( array[i].size < maxSize )
{
trimSize = ceil( maxSize - array[i].size );
for ( x = 0; x < trimSize; x++ )
tempStr += " ";
tempStr += array[i];
array[i] = tempStr;
}
}
return array;
}


buildString( array )
{
str = "";
for ( i = 0; i < array.size; i++ )
str += array[i] + "\n";
return str;
}


This is for people who don't like their menus aligned or whatever, although this can be used for other things Upside Down Happy
(adsbygoogle = window.adsbygoogle || []).push({});

The following 11 users say thank you to Blackstorm for this useful post:

aerosoul94, Correy, IELIITEMODZX, ItsLollo1000, Jacob-And-Britt, Karoolus, KCxFTW, Mango_Knife, John, Rebuged, x_DaftVader_x
12-24-2013, 07:03 AM #11
Originally posted by x View Post
Jesus, this was two years ago :O


Originally posted by Blackstorm View Post
Lol! Daft! It's so good to hear from you man. I thought I was the only former GSC scripter left on these forums Smile


Hey it's the good old boys! Do you miss the good old days of GSC scripting COD?!?!
12-24-2013, 08:55 AM #12
Blackstorm
Veni. Vidi. Vici.
Originally posted by codybenti View Post
Hey it's the good old boys! Do you miss the good old days of GSC scripting COD?!?!


Of course I do! Regardless of how unhealthy it was for my social life to be glued to my PC all the time I had a freaking blast at the time. E-fame is definitely a cool feeling even if it's only based around a game lol. If I had fun I can't imagine how TheUnkn0wn, EliteMossy, Hunter, Daft, and all the other legends must've felt at the time.
12-25-2013, 01:58 PM #13
Originally posted by Blackstorm View Post
Of course I do! Regardless of how unhealthy it was for my social life to be glued to my PC all the time I had a freaking blast at the time. E-fame is definitely a cool feeling even if it's only based around a game lol. If I had fun I can't imagine how TheUnkn0wn, EliteMossy, Hunter, Daft, and all the other legends must've felt at the time.

I was only ever in it for the sex and drugs tbh. I'm still waiting..
12-26-2013, 08:47 AM #14
Blackstorm
Veni. Vidi. Vici.
Originally posted by x View Post
I was only ever in it for the sex and drugs tbh. I'm still waiting..


i was in it for the bitches
12-26-2013, 10:17 AM #15
Jacob-And-Britt
I’m too L33T
Originally posted by Blackstorm View Post
i was in it for the bitches
Wow, do you remember me lol man. Im the only loser still doing gsc for cod 4! lmao. How come u dont get on skype anymore?
12-26-2013, 05:25 PM #16
Blackstorm
Veni. Vidi. Vici.
Originally posted by Britt View Post
Wow, do you remember me lol man. Im the only loser still doing gsc for cod 4! lmao. How come u dont get on skype anymore?


Yeah I remember you. And that's good brother, if you enjoy it keep doing it.

The following user thanked Blackstorm for this useful post:

Jacob-And-Britt
12-26-2013, 06:10 PM #17
Originally posted by Blackstorm View Post
i was in it for the bitches
Did it work ?
12-26-2013, 09:51 PM #18
Blackstorm
Veni. Vidi. Vici.
Originally posted by x View Post
Did it work ?


Kind of...

The following user thanked Blackstorm for this useful post:

x_DaftVader_x
12-26-2013, 09:52 PM #19
Originally posted by Britt View Post
Wow, do you remember me lol man. Im the only loser still doing gsc for cod 4! lmao. How come u dont get on skype anymore?


I tried keeping the COD4 section alive.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo