Spoiler
But it works if I do this:
Spoiler
Here is the pastebin its running
Any help is appreciated, because I cant really think of any reason why it wont work
Thanks in advance!
Edited by theMCcm, 21 July 2015 - 06:33 PM.
Posted 21 July 2015 - 06:33 PM
Edited by theMCcm, 21 July 2015 - 06:33 PM.
Posted 21 July 2015 - 07:48 PM
Posted 21 July 2015 - 08:13 PM
KingofGamesYami, on 21 July 2015 - 07:48 PM, said:
shell.run("themccm/updater", <insert program>)
I want to do this so I can run the program within a program, or seperately, and update the program without having to make a seperate updater for each program.
Edited by theMCcm, 21 July 2015 - 08:32 PM.
Posted 21 July 2015 - 08:43 PM
local name = {...}
program = name[1]
# through the code:
shell.run("updater", "my_super_program")
#or through the shell:
> updater my_super_program
print(tostring(program[1]))
shell.run("pastebin", "get", program[2], "updatetest")
Posted 21 July 2015 - 09:30 PM
MKlegoman357, on 21 July 2015 - 08:43 PM, said:
local name = {...}
program = name[1]
# through the code:
shell.run("updater", "my_super_program")
#or through the shell:
> updater my_super_program
print(tostring(program[1]))
shell.run("pastebin", "get", program[2], "updatetest")
Posted 22 July 2015 - 12:42 AM
print(program)
shell.run("pastebin", "get", name[2], "updatetest")
0 members, 1 guests, 0 anonymous users