Jump to content

MikeySnipes

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About MikeySnipes

  • Rank
    Rookie
  1. Thanks for your help guys. I also posted on the Aramaholic forums and I have got the problem resolved. Although I didn't use any of the techniques given here to fix it they all seem like they would have worked. Here is the link to the post on how to fix it. I hope tis isn't against forum policy to post a link to another forum. If it is I'll remove it right away, but Ill post it now in case other people have this problem. How to fix it
  2. But how do I place that in the pilots init field? There is no pilot unit (he's included with the helicopter but the code only protects the helicopter)
  3. I'm still pretty new to all of this but I would do as ninja said and place a small object under the ground near the electric line. You wouldn't be able to see it so nobody would know. The only other way I could see doing it is with IDs but I'm not sure if electric lines even haveIDs or if it would work. I just came across this. From what I understand it make objects invisible. This means you could just place an invisible cone right next to it and problem solved. I don't exactly know howto use it but I'm sure someone here could help.
  4. I have a quick question about keeping my pilot and gunners in my helicopter. I'm making a mission where you are being unloaded from a UH-60M while under fire. During a test run I realized my pilot kept dying. I have this addEventHandler ["HandleDamage", {false}]; in my helicopters init field to keep it from blowing up but my pilots would still be killed. So I placed an empty helicopter and I have a pilot and two gunners get in the correct seats in the beginning. I placed the code in the init field so they wouldn't die, but now when my helicopter unloads the cargo my pilot and gunners get out. I have tried everything and I can't get them to stay in. The waypont is set to Transport Unload so I know it's not that. Any help would be appreciated.
×