Jump to content
  • 0

how to make a script menu input in gameguardian ?


vixionmerah

Question

Posted

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

3 answers to this question

Recommended Posts

Posted
 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'

Posted
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 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.