12-21-2015, 09:27 PM
(12-21-2015, 09:23 PM)NiLSPACE Wrote: Hmm, I'm not sure if that would work. Question, do you want the output of the command to be send to the player? If not then you can change "local res = assert(io.popen(ShellCommand)):read("*all")" into "os.execute(ShellCommand)" with "&" or "start /b"
I don't need any output, so I changed the line, but the error doesn't dissapears