PDA

View Full Version : */*/MP3 In Lua/*/*



splodger15
November 29th, 2006, 19:14
Ok so i have worked out the code for having multiple songs playing one after another

But i am using Mp3 mod for Lua player

Here is the code for multiple songs

*/*/Code/*/*

track = "1"
play(..track".wav")
if music file is finished then
Music.stop()
track = track+1
end

Would this code still be the same even with the mp3 mod in or would the code change

Can someone help me with this

Thanks