Just wondering, is this how you play sounds properly? I have the sounds folder in my gamemode folder itself. wondering if this would work? Anything I need to change for it to work?
[LUA] util.PrecacheSound("sounds/music/Brains! - Voltaire.wav")
function GM:PlayerInitialSpawn( ply )
local music1 = Sound("Brains! - Voltaire.wav")
print(music1)
end [/LUA]
Also, whats a better way to play this music serverside?