Posted 13 July 2012 - 02:04 PM
Hi i need some program for CC that would loop the dj program, so it would make the music disk play every 3 minutes.
Hi i need some program for CC that would loop the dj program, so it would make the music disk play every 3 minutes.
while true do
shell.run("/rom/programs/dj")
sleep(180)
end
???????