Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/04/2019 in Posts

  1. The topic for various examples of Lua scripts
    1 point
  2. @VoidPool you did it wrong...you change the value to DLDLDL it will be = -101010 not -171717 (the numbers depend on the values) and then in minute 1:34 you must edit the 2D value (above 6) to 0D...then change the value like you did in your video but put -101010 instead... see @NoFear guide for complete steps and read it carefully
    1 point
  3. Dude nice but I can help I'm a big youtuber and I wanna work with u I'm already working with CoolBoy263 and Scripter boy and Bendyplays211
    1 point
  4. Prompt file with specified extension local ext = '.txt' local p = {gg.EXT_STORAGE} while true do p = gg.prompt({'Select "'..ext..'" file:'}, p, {'file'}) if p == nil then os.exit() end if p[1]:sub(-#ext) == ext then break end gg.alert('You select "'..p[1]..'".\n\nIt is not end with "'..ext..'".\n\nPlease select file with "'..ext..'" extension.') end print(p[1]) -- do something
    1 point
×
×
  • 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.