Filip5 10 Posted October 16, 2010 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
neokika 61 Posted October 16, 2010 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