Jump to content

SamGv

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About SamGv

  • Rank
    Rookie
  1. I am using custom music using this script: while {music} do { playsound "Song5"; sleep 75; }; though I've modified it some for each song, I've had trouble trying to turn it off when I want, or at all. I've tried waypoints and triggers, even !alive NAME and then in ON ACT I used music = false, nothing happens. How do I make the music stop or fadeout when I want it to? I am using a continual loop, but want it to stop after a certain objective is accomplished.
  2. I'm making a missions where a team is brought in with a halo jump. Now during the plane ride I have music playing in the backround, I can barely hear it, which ruins the mood. How do I go about changing the volume of the plane? or c-130?
  3. Okay basically, I want after a certain event, say I reach a way point or I assassinate a named enemy, troops will start spawning and following me till extraction, never letting up. Is this possible, if so how can it be done? P.S. can I get a link to a good HALO jump script? I've searched the forums but it seems they give the execute order for the unit to eject but not the code for the file. I need both. Thanks in advance!
  4. Depends on the song. But I just need it to loop for about 3-4 minutes and it's a great song so I want to hear it till I get to another waypoint. Then I will make a silence waypoint... if that will work, I'll try your script! ***EDIT*** Alright I put your script in the ACT in the trigger but it crashes my game, it literally plays the same tune like 50 times at the same time and crashes ARMA 2. Basically what I need is someone to give/show me how to insert the correct code for a music loop. Though I am using this particular sound as music it's still in the sound folder. I love ARMA 2 and am completely hooked, I just want to learn how to do this.
  5. I've searched the forums and can't seem to find what I need. I find plenty of scripts but not anything helpful. I am using custom music so in the ON ACT in a trigger I type "playsound "SONG1" and it works perfectly. Now how do I get it to loop, I need baby steps. I can get some of the really complex coding usually easily but easier ones like this always take me so long to figure out. Example: I found this in the search forums... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> #wakawaka //play music ~length of music goto "wakawaka" exit <span id='postcolor'> I have no idea where to start. My song name is SONG1 it's 1 minute 57 seconds long. Thanks in advance!
×