Jump to content

Template v3.1

   (3 reviews)

2 Screenshots

About This File

Tired of copy pasting your menu code over and over ?,
Wanna ready to use menu ?,
Need switch support and easy menu ?

Here,
Firstly, you need a most basic lua knowledge such array to use this template.
I already put example into script, so enjoy !

I hope this will help most user struggling with thousand spam of line contain the same thing.
Don't forget to press ❤ button below !
 

Formatting / Usage:

...
MyMenu = {
 -- { Menu Title: String, Menu Type: Boolean },
	{"Template v3 - saiaapiz", true}, {
    -- { Button Name: String, Button Content: table or function }
		"Destroy Earth !", function() gg.alert("We still need earth, aborting ..") end,
    -- {"Button Name / Submenu Name", Table: Menu Structure }
		"What console did you like ?", {
      		-- Submenu, please look at example how to utilize it.
      	}
...
-- Don't forget to include initMenu function code into your project.


Example of usage: 
Templates for Using Offsets (#68um1uri) by @AKRAMRAZA

 


What's New in Version v3.1   See changelog

Released

- Add Switch System support.

 Share


User Feedback

You may only provide a review once you have downloaded the file.


AKRAMRAZA

   3 of 4 members found this review helpful 3 / 4 members

Saves a lot of time and all that menu coding work. Makes menu within seconds , only time taking thing left is the main coding part. 

Link to review
RizPrasety

   1 of 2 members found this review helpful 1 / 2 members

How to change single choice to multichoice sir? Especially for submenu

Response from the author:

Sorry for taking a long time to update, check it out now !
I've added multiChoice support.

Link to review
HEROGAMEOfficial

   0 of 3 members found this review helpful 0 / 3 members

What this?

This what?

Bad programmer.

Link to review
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.