Hello, I have little problems with background music for my mod, I want to insert few nice fresh songs in the server, 1. When players joins and spawns. 2. As a background music the whole map. 3 At the end of the map when in scoreboard. But I have no idea how it would work, I have searched everywhere. Is it possible to insert the songs into the mod, not in the map? I only know that it is something like
Code:
sound playsound("mysound");
or
Code:
soundEnt playsound( "mysound" );
I am not 100% sure about that, I just saw these lines somewhere.
Somebody please help. Thanks!