(adsbygoogle = window.adsbygoogle || []).push({});
This is a menu base I have been working on for a day or so. It's actually the first menu base I have created myself from scratch. I took some ideas of other menu bases and used that to create one awesome one. This already has built in verification and it fills with a list for the options like others. It also updates constantly like dconnors so it uses all of what I thought was good into one big menu base!
Current Version: 1.1
Downloads: Version (1.0)
Download PS3 #1: You must login or register to view this content.
Download PS3 + PC #2: You must login or register to view this content. Version (1.1)
N/A
Source: (v1.1) You must login or register to view this content.
Bugs:
None
How to add a Menu:
self addMenu( <id>, <parent>, <title> );
How to add a Menu Option:
self addMOpt( <id>, <num in menu>, <name of opt>, <function>, <argument> );
How to add a seperator (as seen in video):
self addMSep( <id>, <num of option to place under> );
This features both advanced UI + built in handling. It updates status, name, and prestige icon on menu start and is very easy to use!
Controls:
Open - Dpad Up
Close/Back - Stance Button
Scrolling - Dpad Up + Dpad Down
This is a menu base I have been working on for a day or so. It's actually the first menu base I have created myself from scratch. I took some ideas of other menu bases and used that to create one awesome one. This already has built in verification and it fills with a list for the options like others. It also updates constantly like dconnors so it uses all of what I thought was good into one big menu base!
Current Version: 1.1
Downloads: Version (1.0)
Download PS3 #1: You must login or register to view this content.
Download PS3 + PC #2: You must login or register to view this content. Version (1.1)
N/A
Source: (v1.1) You must login or register to view this content.
Bugs:
None
How to add a Menu:
self addMenu( <id>, <parent>, <title> );
How to add a Menu Option:
self addMOpt( <id>, <num in menu>, <name of opt>, <function>, <argument> );
How to add a seperator (as seen in video):
self addMSep( <id>, <num of option to place under> );
This features both advanced UI + built in handling. It updates status, name, and prestige icon on menu start and is very easy to use!
Controls:
Open - Dpad Up
Close/Back - Stance Button
Scrolling - Dpad Up + Dpad Down
Do i understand this right? I paste it into missions?