Jump to content

[Question] How can I add Music to Roleplay Server


FromMars

Recommended Posts

function loginPanel()
	sound = playSound("sounds/music.mp3", true)
	-- client code of login panel
end
addEventHandler("onClientResourceStart", getRootElement(), loginPanel)

-- function that triggers upon successful authorization
function destroyLoginPanel()
	stopSound(sound)
	-- cliend code of success login
end

https://wiki.multitheftauto.com/wiki/PlaySound

https://wiki.multitheftauto.com/wiki/StopSound

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