Jump to content
Sign in to follow this  
Filip5

Music only for specified group

Recommended Posts

As i mentioned in the title,i am trying to play a music,but only units in humvees will hear it.I got blackhawk on map too,and i dont want them to hear it.Is it possible to make it?

Share this post


Link to post
Share on other sites

Hi,

if (player != player) then { waitUntil { player == player } };

if (player in _car) then
{
      playmusic "My_Music";
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×