Post: Unknown Project Menu Base [Version 0.5 | 10/8]
10-08-2014, 07:41 PM #1
ItsLollo1000
Little One
(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys,

so I noticed all these bases with like shitty design or overflow errors.
So I decided to create my own base or at this point here are two bases.

The first one:
is the one with the simple "new line" text.
It dosent look that good but u have much space to add subs cause of the limit of letters with setText.(max subs should be on the screen)
You must login or register to view this content.

The second one:
Basically it looks like every text is a new elem but i used blackstorms function to center the strings.
Now theres just one problem with this method its the limit with setText.(max on screen)
But an easy fix is just make new pages.
You must login or register to view this content.

Now u have to decide which one u wanna use.

You must login or register to view this content.

- Download contains iMCSx GSC Studio Project and for console compiled .gsc files

Features:
- Cursor Rememberence
- Verification System
- No Overflow

Controlls:
- L1/R1 | Ads and Attack to Scroll
- DPad Up | 8 to open menu
- Circle | Crouch to close menu/exit sub
- X |Jump to select

Bugs:
- Player Menu fails to fix just add this to changeMenu() after current = ..:
    	if(current == "clients")
{
self.lollo1000["Menu"]["SelectedClient"] = self.lollo1000["Menu"][current]["Position"];
self updatePlayersMenu();
}
if(self.lollo1000["Menu"][current]["Parent"] == "clients")
self updatePlayersMenu();

- Please report bugs

Credits
- TheFallen
- xePixTVx
- Blackstorm
- seb5594
- ZeiiKeN
- dtx12
- me
(adsbygoogle = window.adsbygoogle || []).push({});

The following 17 users say thank you to ItsLollo1000 for this useful post:

Mantus, Chris, Devilemi, dofof99, ErasedDev, Geo, HaX-Stylin, jwm614, MCabCon, Norway-_-1999, PartyTime, Script Kiddie, seb5594, VeX_RayZz, Fatality, xSlinkeyy
10-08-2014, 08:16 PM #2
Taylor
Former Black Knight.
Originally posted by ItsLollo1000 View Post
Hey guys,

so I noticed all these bases with like shitty design or overflow errors.
So I decided to create my own base or at this point here are two bases.

The first one:
is the one with the simple "new line" text.
It dosent look that good but u have much space to add subs cause of the limit of letters with setText.(max subs should be on the screen)
You must login or register to view this content.

The second one:
Basically it looks like every text is a new elem but i used blackstorms function to center the strings.
Now theres just one problem with this method its the limit with setText.(max on screen)
But an easy fix is just make new pages.
You must login or register to view this content.

Now u have to decide which one u wanna use.

You must login or register to view this content.

- Download contains iMCSx GSC Studio Project and for console compiled .gsc files

Features:
- Cursor Rememberence
- Verification System
- No Overflow

Controlls:
- L1/R1 | Ads and Attack to Scroll
- DPad Up | 8 to open menu
- Circle | Crouch to close menu/exit sub
- X |Jump to select

Bugs:
- None so far
- Please report bugs

Credits
- TheFallen
- xePixTVx
- Blackstorm
- seb5594
- ZeiiKeN
- dtx12
- me


This of course has overflow, I don't see what precautions you have taken. \n is NOT used.
10-08-2014, 08:17 PM #3
Geo
Don't Believe The Title
Nice concept, I like it :p
10-08-2014, 08:19 PM #4
Hmmmmm Enzo
10-08-2014, 08:19 PM #5
Originally posted by Geo View Post
Nice concept, I like it :p


ily geo bby

The following user thanked xKraveModz for this useful post:

Geo
10-08-2014, 08:33 PM #6
ItsLollo1000
Little One
Originally posted by Taylor View Post
This of course has overflow, I don't see what precautions you have taken. \n is NOT used.


"\n"; IS USED LOL

how about that code
    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;
}

The following user thanked ItsLollo1000 for this useful post:

ErasedDev
10-08-2014, 08:34 PM #7
xxIOxx
Vault dweller
Does it work online without freeze ?
10-08-2014, 08:36 PM #8
Taylor
Former Black Knight.
Originally posted by ItsLollo1000 View Post
"\n"; IS USED LOL

how about that code
    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;
}


Oh, I am highly impressed then. I didn't look at your code. I saw centered text and inferred no \n.
10-08-2014, 08:37 PM #9
Taylor
Former Black Knight.
Originally posted by ksakill503 View Post
Does it work online without freeze ?


No gsc should freeze to begin with. If it does, they are doing something wrong.
10-08-2014, 08:38 PM #10
ItsLollo1000
Little One
Originally posted by Taylor View Post
Oh, I am highly impressed then. I didn't look at your code. I saw centered text and inferred no \n.


yep no one though of that code from blackstorm released since 12-25-2011
but yeah the base can have a overflow but i dont think that this will happen that often

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo