Jump to content

finguide

Member
  • Content Count

    56
  • Joined

  • Last visited

  • Medals

Everything posted by finguide

  1. This may be an old question, but I have no idea about the words that I could use to search already existing threads. I'm creating a simple chopper autorotation practice mission and I use Radio Alpha (and special zone) to set chopper engines off, but it's little impractical if every chopper engines turn off when one player wants to shutdown his engine and try to land. My question is, how do I restrict trigger action to only the player that launched it?
  2. F2k Sel, I get the option to "Kill Engine", but nothing happens when I select it. I have Kill_engine.sqf and that _this setFuel 0; in it.
  3. Exactly this is the problem. Using different radio trigger to every chopper isn't an option, because there's not enough radio triggers available. On the other hand, the special area shutdown works (engines of choppers in green zone will shutdown in 10 seconds from entering to zone). When chopper enters zone, three triggers will activate: Activation BLUFOR, Present On act. list_to_kill=thislist Activation BLUFOR, Present Countdown 10 seconds On act. {_x setFuel 0} foreach thislist; Activation BLUFOR, Present Countdown 5 seconds (sync with shutdown) On act. _handle = execVM "Shutdown.sqf" (=hint row "Ready..." "Set..." "Go!") One more question; how to get rid of super annoying "File xxxxxx not found" notification that appears when I play a custom sound in multiplayer? The sound is played but everyone gets still the error message when trigger playing the sound is activated. Sound is in MPMissions\Mission\sound, and I have it determined in description.ext file (class cfgSound) etc.
  4. Hi all Arma lovers. So, my problem appeared when I was going to practice autorotation on heavy chopper like Chinook. I opened the mission editor and... I couldn't find the lovely Chinook in the editor! I've searched it from the "Air" section of all sides, but only air vehicles available also in ARMA 2 are on the list. I've tried editor in ARMA 2, ARMA 2 CO and ARMA 2 OA, but I just can't find the Chinook anywhere. I have Steam version of Combined Operations. I tried to google the solution, but I couldn't find any help to my problem. My question is simple: How can I find Chinook in the editor? ---------- Post added at 04:35 AM ---------- Previous post was at 04:28 AM ---------- Well, I find the solution. The Chinook actually is in BLUFOR -> US -> Air list. I'm sorry for posting this totally useless topic, it can be deleted.
×