I have a problem with how the music plays on my server, the music I set for the beginning will play, but not the end one.
hook.Add("TTTBeginRound", "play sounds!", function()
surface.PlaySound("ttt/lonsun.mp3");
end);
This is what I put for the beginning of the round.
hook.Add("TTTEndRound", "play sounds!", function()
surface.PlaySound("ttt/lontake.mp3");
end);
The file downloads fine but it's not playing. Also, if I switch the two mp3's around lontake.mp3 runs fine.
EDIT: I take that back, lontake.mp3 won't play at either the beginning or the end of the round, so it's probably just the file itself.
EDIT2: lontake.mp3 Plays fine, but when I try it on the server it doesn't play. (ULX's playsound command). I'm sure it downloaded aswell as I can find it in my gmod's sound folder.