Jump to content

Help pls: Error downloading requested files.


Recommended Posts

● Make a file, music.lua and add in it :

setRadioChannel(0) 
song = playSound("song.mp3", true) 
  
bindKey("m", "down", 
function () 
        setSoundPaused(song, not isSoundPaused(song)) 
end 
) 

● Add those 2 line in your meta.xml, before the

<meta> 
    <file src="song.mp3" /> 
    <script src="song.lua" type="client" /> 
</meta> 

● Oh and also, you can change the name of the .mp3 song , but be sure that you will change it in meta.xml and in the music.lua also.

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...