vixionmerah Posted June 13, 2023 Posted June 13, 2023 how to make a script menu in gameguardian ? This is my example, please help correct it : Quote menu = gg.prompt({ " EXAMPLE :", " EXAMPLE :", " EXAMPLE :", " EXAMPLE :" }, { [1] = "", [2] = "", [3] = "", [4] = "" }) if menu == nil then os.exit() end how to add search code in code_app type float at the same time? Please help me... example.lua
XEKEX Posted June 13, 2023 Posted June 13, 2023 menu = gg.prompt({ " EXAMPLE :", " EXAMPLE :", " EXAMPLE :", " EXAMPLE :" }, { [1] = "text", [2] = "text", [3] = "text", [4] = "text" }) if menu == nil then os.exit() end gg.prompt() mixed prompt(table prompts, table defaults = {}, table types = {} ) for the types you can choose : 'number', 'text', 'path', 'file', 'new_file', 'setting', 'speed', 'checkbox'
HEROGAMEOfficial Posted June 13, 2023 Posted June 13, 2023 https://gameguardian.net/help/classgg.html
vixionmerah Posted June 14, 2023 Author Posted June 14, 2023 14 hours ago, XEKEX said: menu = gg.prompt({ " EXAMPLE :", " EXAMPLE :", " EXAMPLE :", " EXAMPLE :" }, { [1] = "text", [2] = "text", [3] = "text", [4] = "text" }) if menu == nil then os.exit() end gg.prompt() mixed prompt(table prompts, table defaults = {}, table types = {} ) for the types you can choose : 'number', 'text', 'path', 'file', 'new_file', 'setting', 'speed', 'checkbox' please help, I want to find all four in: 1,2,3,4 : code app and float
Question
vixionmerah
how to make a script menu in gameguardian ?
This is my example, please help correct it :
how to add search code in code_app type float at the same time?
Please help me...
example.lua
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.