Jump to content

I need help again


mint3d

Recommended Posts

Ok so i got the thing i want to do so that when onPlayerSpawn it plays a welcome song and only plays for 5 seconds would it be this its not working any help please? I just need to add timer i think and make a server side?

JoinMusic = playSound("music/welcome.mp3") 
  
addEventHandler("onClientPlayerSpawn", root, 
function() 
    if isElement(JoinMusic) then 
        destroyElement(JoinMusic) 
    end 
end) 

Link to comment

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...