You are viewing our Forum Archives. To view or take place in current topics click here.
Should I keep updating it?
Yes.
96.15% (100 votes)
96.15% (100 votes)
No
3.85% (4 votes)
3.85% (4 votes)
Total Votes: 104
#201. Posted:
Status: Offline
Joined: Dec 06, 201014Year Member
Posts: 1,027
Reputation Power: 48
Status: Offline
Joined: Dec 06, 201014Year Member
Posts: 1,027
Reputation Power: 48
Wow this is good just finished using mine simple
- 0useful
- 0not useful
#202. Posted:
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Version 1.0!
Most bugs are fixed now.
And sub menus work now.
Other features also fixed.
Have fun. 8)
Most bugs are fixed now.
And sub menus work now.
Other features also fixed.
Have fun. 8)
- 0useful
- 0not useful
#203. Posted:
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
How to use This Sub Menus ?
Can u Explain Plz ?
Can u Explain Plz ?
- 0useful
- 0not useful
#204. Posted:
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?
Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.
Sorry I suck at explaining things.
I'll make a video later if you don't get it.
- 0useful
- 0not useful
#205. Posted:
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
SmerF wrotevGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?
Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.
Sorry I suck at explaining things.
I'll make a video later if you don't get it.
Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep
- 0useful
- 0not useful
#206. Posted:
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wroteSmerF wrotevGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?
Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.
Sorry I suck at explaining things.
I'll make a video later if you don't get it.
Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep
Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.
Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.
- 0useful
- 0not useful
#207. Posted:
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
SmerF wrotevGoLdeNz wroteSmerF wrotevGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?
Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.
Sorry I suck at explaining things.
I'll make a video later if you don't get it.
Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep
Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.
Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.
Yep.. thx again Bro
Ooh... And if you want some ideas For The Next Update here you go :
- Add More Menu Shaders / Menu Scroll Bars (For People That Didin't Get This Stuff)
- And Some More Mods / Unlocks in The "Menu Functions"
And That's it Really,
The Program Is Perfect Anyway
- 0useful
- 0not useful
#208. Posted:
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wroteSmerF wrotevGoLdeNz wroteSmerF wrotevGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?
Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.
Sorry I suck at explaining things.
I'll make a video later if you don't get it.
Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep
Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.
Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.
Yep.. thx again Bro
Ooh... And if you want some ideas For The Next Update here you go :
- Add More Menu Shaders / Menu Scroll Bars (For People That Didin't Get This Stuff)
- And Some More Mods / Unlocks in The "Menu Functions"
And That's it Really,
The Program Is Perfect Anyway
I'll make sure to add more Shaders and Functions next update. 8)
Thanks for the suggestions.
- 0useful
- 0not useful
#209. Posted:
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 794
Reputation Power: 34
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 794
Reputation Power: 34
Hey I see that you got banned from xbox live. I don't have a 1 month card but I have a 48 hour trial want me to pm it to you?
- 0useful
- 0not useful
#210. Posted:
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
bwgdepocsoni wrote Hey I see that you got banned from xbox live. I don't have a 1 month card but I have a 48 hour trial want me to pm it to you?
Yeah, I got banned twice in one day.
First time it was for not paying for my Live cause they were charging an expired credit card. Then I got permanently banned for "Modding".
I guess a 48 hour could help if I don't get a one month or something so send it if you want.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.