server_wait.liq
server.wait c then
log("Command has resumed!")
# Do more stuff then send the final response:
"Done!"
end
Download
server.wait c then
log("Command has resumed!")
# Do more stuff then send the final response:
"Done!"
end
Download