ID:142352
 
Code:
    Login()
world<<sound('inthend.mid',1)
alert("Welcome to Bleach:Online Fantasy currently in Alpha Testing for glitchs")
src<<"Welcome to Bleach:Online Fantasy! This is a 100% non rip game."
new/obj/hudMeters/health_01(src.client)
new/obj/hudMeters/health_02(src.client)
new/obj/hudMeters2/Rei_01(src.client)
new/obj/hudMeters2/Rei_02(src.client)
new/obj/hudMeters3/Exp_01(src.client)
new/obj/hudMeters3/Exp_02(src.client)
new/obj/hudMeters4/Spirit_01(src.client)
new/obj/hudMeters4/Spirit_02(src.client)
src.updateSpirit()
src.updateRei()
src.updateExp()
src.updateHealth()
src.loc=locate(30,65,1)
src.Choice()
CreateName()
src.Guide()
if(src.key == "Agrey123")
src.verbs += typesof(/mob/owner/verb)
return


Problem description:

the sound wont play when u login
There is nothing wrong with your code, it worked fine on my computer with another song, most likely something is wrong with the song itself or your volume and not your code. Otherwise, you might of cut over the song if you have the game play music somewhere else.