Greetings.
Just wondering if someone would be able to send me in the right direction scriptwise, if i wanted to play music on a client after it has joined.
[code]function PlayMusic(pl)
pl:SendLua("surface.PlaySound(\"soundpath.wav\")")
end
hook.Add("PlayerInitialSpawn","PlayMusic",PlayMusic)[/code]
Like that?