Post: [Release] - Smallest Menu Ever Made!
10-22-2011, 11:04 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); i did forgot to state, this was made from Zy0n's kick menu.. i edited alot to form a menu

the title says it all, this is the smallest menu ever..
it's very simple, easy to function and very very small.

as of many patches this does not ever overflow due to text and yes, it's very stable.

Menu Main Features
    
- Very Very Small
- Easy Functioning
- Scrolls Up & Down
- No String Overflow
- Stealth
- Go In Prone To Use
- Hold Square Select
- R2 Scroll Up
- L2 Scroll Down
- Scroll Patch


Menu Syntax
    
n - Option Name( "God Mode" )
f - Option Function( ::GodMode )
i - Option Input( 1/ "" );


    
Micro_Menu(){
n[0] = "Option 1";
f[0] = ::test;
n[1] = "Option 2";
f[1] = ::test;
n[2] = "Option 3";
f[2] = ::test;
wait 1;
for(c=0;Winky Winky
{ while(self getStance() == "prone")
{ self setLowerMessage(n[c]);
c+=self FragButtonPressed();
c-=self secondaryOffHandButtonPressed();
if(c<0)c=3;if(c>3)c=0;
c*=(c<n.size);
if(self UsebuttonPressed())self thread [[f[c]]]([i[c]]);
wait (self FragButtonPressed())*.2+(self UsebuttonPressed())*.5+.5;
}
self clearLowerMessage();
wait .05;
}
}
test(){self iPrintln("Test");}


here's another one, a little update.. i just basically made a little extra function and made it look a little nicer!
    
Correy(){
self getMenu();
wait 1;
self maps\mp\gametypes\_hud_message:GaspldNotifyMessage("Welcome "+self.name,"The Micro Menu v1");
for(c=0;Winky Winky
{ self freezeControls(false);
while(self getStance()=="prone")
{ setDvar("r_blur",9);
setDvar("ui_hud_hardcore",1);
self freezeControls(true);
self setLowerMessage("- ^2" + self.n[c] + " ^7-");
c+=self FragButtonPressed();
c-=self secondaryOffHandButtonPressed();
if(c<0)c=3;if(c>3)c=0;
c*=(c<self.n.size);
if(self UsebuttonPressed()){self thread [[self.f[c]]]();self iPrintln("^2You Selected : "+self.n[c]);}
wait (self FragButtonPressed())*.2+(self UsebuttonPressed())*.5+.5;
}
setDvar("r_blur",0);
setDvar("ui_hud_hardcore",0);
self clearLowerMessage();
wait .05;
}
}
getMenu()
{ self.n[0] = "Option 1";
self.f[0] = ::test;
self.n[1] = "Option 2";
self.f[1] = ::test;
self.n[2] = "Option 3";
self.f[2] = ::test;
wait 1;
}
test(){self iPrintln("Testing");}


click the spoiler to see a video of this little beast!



enjoy this, super little micro menu Enzo
note: next version i think i might add sub menu's.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to Correy for this useful post:

Baby-panama, Docko412, IELIITEMODZX, ImDUB, iReset Nigga, IVI40A3Fusionz, Jeremy, User2340034u
10-23-2011, 02:17 AM #11
Jeremy
Former Staff
Originally posted by Correy View Post
yes, thats how you use it.. then obviously you add your functions Smile

---------- Post added at 03:14 AM ---------- Previous post was at 03:02 AM ----------



lmao, this is pretty amazing.
i've done a little more work on it and i gotta say, it's look god damn sweet
I would use it if i didn't expect a faggot (Diddles_Clown) to bitch at me for using the menu base
10-23-2011, 02:51 AM #12
Correy
I'm the Original
Originally posted by Advisable View Post
I would use it if i didn't expect a faggot (Diddles_Clown) to bitch at me for using the menu base


i post for people to use it, so it don't bother me Smile

---------- Post added at 03:51 AM ---------- Previous post was at 03:41 AM ----------

Originally posted by Advisable View Post
Very nice work Correy, you never cease to impress me Winky Winky


theres an update too, just design update and a better function.. test it Winky Winky
10-23-2011, 02:52 AM #13
Originally posted by Correy View Post
yes, thats how you use it.. then obviously you add your functions Smile

---------- Post added at 03:14 AM ---------- Previous post was at 03:02 AM ----------



lmao, this is pretty amazing.
i've done a little more work on it and i gotta say, it's look god damn sweet

PLEAASEEEE make one with sub menus!!! That would be awesome!!
10-23-2011, 02:52 AM #14
Jeremy
Former Staff
Originally posted by Correy View Post
i post for people to use it, so it don't bother me Smile
That's usually why people release menu bases, but he cant seem to understand that :lol:
10-23-2011, 02:53 AM #15
Correy
I'm the Original
Originally posted by lovebros View Post
PLEAASEEEE make one with sub menus!!! That would be awesome!!


at the minute i'm adding a small verifaction, all players and player menus Smile

The following user thanked Correy for this useful post:

lovebros
10-23-2011, 02:59 AM #16
Originally posted by Correy View Post
at the minute i'm adding a small verifaction, all players and player menus Smile
That's even better! That has always been the hardest thing for me to add in.
10-23-2011, 03:12 AM #17
Originally posted by Advisable View Post
I would use it if i didn't expect a faggot (Diddles_Clown) to bitch at me for using the menu base
Vagisil didn't work out huh? Try Viagra.
10-23-2011, 04:29 AM #18
Correy
I'm the Original
Originally posted by lovebros View Post
That's even better! That has always been the hardest thing for me to add in.


its very easy Smile

---------- Post added at 05:29 AM ---------- Previous post was at 05:24 AM ----------

theres a video of my last update Smile

The following user thanked Correy for this useful post:

lovebros
10-23-2011, 04:29 AM #19
xKtF
In my man cave
to me for some reason hard to add functions how do i do it everytime it says compile script error

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo