Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Phonix644

Member
  • Content Count

    25
  • Joined

  • Last visited

  • Medals

Everything posted by Phonix644

  1. Hey guys, I am wondering if it is possible to put a Rebreather onto a soldier's face and keep it on there without it coming off. It comes off when you come out of the water, automatically. Thanks to 'Byrgesen' for the code, that's what's been used so far. Thanks guys :)
  2. Hey Guys, I am very basically trying to run a script via a trigger, but have been unable to find out how to do so. I have looked through Google and the forums and have turned up empty. My Condition is: !alive RGeneral and !alive MGeneral I have tried using this, but I have come to realise this only works in the initialization of units: this exec "countdown.sqs" So my question is does anyone have a code so that I can call this script from the trigger? I cannot do this with a unit because I need this to occur at the end of my mission after the condition has been met. Thanks
  3. Hey Guys, I am trying to spawn soldiers in already wearing night vision but are unable to do so. I have searched and all I could find was this: this assignItem "NVGoggles"; and this assignItem "V_RebreatherB"; But neither seem to work :/ Any ideas? Am I using the wrong code? Thanks guys :)
  4. Perfect mate! Worked like a charm Thank You! Yeah my problem was I wasn't doing both additem and assignitem. Also thanks for your script for your guy, I was able to get other stuff out of that :) My only question now left would be is there a way to make the diver have the rebrether on regardless of in the water or on land? I Might have to start another topic though.
  5. Hmm still no luck mate - I am trying to add this to a diver, and it should be able to work - any other ideas?
  6. Hey guys, So I am trying to add a muzzle to the EBR. This was achievable when using Dslyecxi "Paper Doll Gear Selector", but when exported it did not come with the gun. I have tried using this code: {this addMagazine "20Rnd_762x45_Mag"} forEach [1,2,3,4, 5]; this addWeapon 'srifle_EBR_Hamr_point_grip_F'; this addPrimaryWeaponItem 'optic_Hamr'; this addPrimaryWeaponItem 'acc_pointer_IR'; this addPrimaryWeaponItem 'muzzle_mzls_H'; Focusing on the line, this addPrimaryWeaponItem 'muzzle_mzls_H'; - dose not sadly yield results. I have tried other muzzle codes with no success. Is there a way to add a muzzle/silencer to the EBR? Or is it just that the game wasn't designed for the use of the EBR with a muzzle and therefore it's not possible? With that said it is possible with the paper doll gear selector. Thanks guys.
  7. Thank you very much Austin, that worked perfectly - I have been trying to get this working for days so thank you very much once again. And woops, sorry I accidently went too the wrong area.
  8. Thanks mate for the information, the script: ?!(alive truck1) && ?!(alive truck2) && ?!(alive truck3) comes up with an error, but: not (alive truck1) AND not (alive truck2) AND not (alive truck3) Works perfectly. Thanks for explaining the types of exec syntax that's pretty helpful. It's weird for executing scripts with "[] exec "Script.sqs";" it doesn't work with !alive RGeneral and !alive MGeneral, but for everything else it does such as scripts like Play Sound "escape" or others. Anyway thank you very much, solved the issue for me.
  9. Ok thanks mate, it is indeed very strange, I finally fixed it with your help and a hunch. For Anyone Else who has this problem with ACE: 1. Download the above file that F2k Sel linked and Open it in ARMA 2 or OA VANILLA FIRST - OR if making an extraction Make it in ARMA 2 or OA VANILLA First SEPERATE to your other mission. 2. After you have created it in Vanilla ARMA, save it, and then play it in ACE, it is best NOT to edit it in ACE, so edit it in Vanilla and then save it and open it in ACE. NOTE: If you have an ARMA mission in ACE then make a new mission in vanilla if you are creating an extraction and make the extraction in that, then merge your ACE mission with the extraction mission. Now it will work in ACE, but ultimately it is imperative that it is edited in Vanilla before importing to ACE. Big thanks to you F2k Sel, I wouldn't have figured this out without you, been trying to get this working for a couple days now so cheers mate.
  10. --------------------------------SOLVED-----------------------------SCROLL DOWN---------------------------------- Hey guys, I have been trying to make a simple helicopter extraction, but have been having a strange issue. I have searched through google and the forums, and have been trying to get this working for days but have been unable too. I have my Basic extraction: 1. Player on the ground 2. Load Waypoint placed near invisible H with "dostop chinook; chinook land "get in"" 3. Move Waypoint next to it with "((!alive unit1) OR (unit1 in helo)) AND ((!alive unit2) OR (unit2 in helo)) AND ((!alive unit3) OR (unit3 in helo))" This all works fine, it waits, when I get in the helicopter takes off. But when it takes off though, it refuses to follow any waypoints - it simply goes up in the air about 50 meters and hovers there. I want it after picking me up, to take me to another location and drop me off, but as said before, it refuses to move. I have tried move waypoints, transport unload waypoints, none work. I tried changing the behaviour to careless and speed to full, and still does not work. I have also tried this in both ARMA 2 OA Vanilla and ACE, still nothing works. I also used the extraction template from here and I get the same result - http://www.armaholic.com/forums.php?m=posts&q=17577 So I am thoroughly confused as to why this occurring, everything else in the game works fine. Any ideas?
  11. Ah thank you, I missed that, somehow the script was still working though - the "unit in helo" one, I have changed it now and it still works, but sadly did Not fix the waypoint issue. The helicopter continues to land, I get in, it takes off and goes directly up in the air, and just stops. If you want to take a look at the issue in game to see what I mean, I have uploaded it - https://hotfile.com/dl/189964919/175e504/heliextract.Desert_E.rar.html
  12. Hey Guys, I am trying to find out how to make on a trigger or such, how to teleport a player who is in the gunner seat of a helicopter to another seat, such as the pilot seat. I couldn't find any other posts on this. Thanks Guys
  13. Thanks for the reply mate, Yeah I do have a bot in the drivers seat and need to get him to eject and me into the player seat. Assume that: Player1 is the bot Player2 is the human So I put this into a trigger (blufor present): player1=(driver Heli); player1 action ["Eject", Heli]; deleteVehicle player1; player2 moveindriver Heli; But that doesn't work, do you know what I am doing wrong? Cheers Mate
  14. thanks mate, appreciate that at least someone helped :D
  15. Hi, I am making a pvp map where both sides have to advance quickly to a tower and capture and hold it. I want to have a trigger where when Opfor or Blufor enter the trigger area they have to wait in it for a certain amount of time (3min?) before they win. I have the activation on anyone - repeatedly - present - countdown(down know about this one) - type: end 1 But don’t know what to do from here, Some help on this matter would be appreciated. Thanks :D PS: Can anyone provide the PVPMissionWizard? the download link doesn’t work anymore :/ - http://www.armaholic.com/page.php?id=6357
  16. Hi, I'm new to the forum and this is my first post, I am trying to make a trigger so that when units are dead in an area the objective is completed and it says something like "Objective 1 completed". I'm not really sure how to do this - I have already established that I have to set the activation to OPFOR and for them not to be present, but what would I put the 'type' to - guessing not end 1 :P I’m guessing this would require a bit of coding which I ain’t good at yet so some help would be great thanks :D
  17. Hey Guy, Let me start of by saying I’m trying to find out how to do this in ARMA 2 Not ARMA 2: Operation Arrowhead - I made a thread last week and someone replied with a really good link - but the example was for OA so ARMA 2 please. I'm trying to make a mission where there is a hostage that needs to be rescued. I'm trying to make it so that he is guarded by enemy forces (OPFOR) but won’t get shoot unless he is recused (starts following the humans). I don’t know how to make them not shoot the hostage unless he has been rescued can this be done with a trigger or something? I would like it if when we come in range of the hostage he will follow us, if the enemies around the hostage are killed he will follow us or even better if a human can go up to the hostage and tell the hostage to follow. How would you do this? Lastly how do you make a unit start moving on a waypoint after the hostage has been rescued or even better how would you make a unit start moving on a waypoint on a command like if I can press a button and a helicopter will come - and how would you make a helicopter land and take off when all the people are inside? Thanks Highly Appreciate The Help! :D
  18. Ok then my apologies I didn’t realise that was not part of your message my bad :P And I guess u weren’t trying to be mean (even though you sounded a bit like it) so sorry if I was a bit rude. Anyway I understand you are trying to help with the above points, but like I’ve said I already tried searching couldn’t really find anything but it doesn’t really matter anymore since kylania said he would make a sample mission of one tomorrow so it’s all good ty :)
  19. Ok well let’s see, yes I am new to scripting - been doing a bit of editing but I have already searched a lot of the forums and there is not really much information at all on these topics except for making a helicopter move after something happened (trigger). As for the link you gave me I have searched it and it gave me information for ARMA 2: OA! So you stating that I am somehow 'lazy' by you Assuming that I have not searched is an invalid point, why else would I be posting on the forum? Anyway you are the one who doesn’t know how to post properly seeing that you didn’t answer my question in anyway and just put links to posts that You made that are irrelevant, no offence :D. ---------- Post added at 08:19 AM ---------- Previous post was at 08:18 AM ---------- Cool thanks heaps mate - I saw you one on OA but only got ARMA 2 so this will help heaps
  20. uhh thanks mate for the quick response, but that really dosent answer any of my questions :/ though the flare thing is interesting But other than that I still need help with the rest of the questions please
  21. WOW that was like a 1 min response! Thanks :)
  22. Hey Guy, I'm trying to make a mission where there is a hostage that needs to be rescued. I'm trying to make it so that he is guarded by enemy forces (OPFOR) but won’t get shoot unless he is recused (starts following the humans). I don’t know how to make them not shoot the hostage unless he has been rescued can this be done with a trigger or something? I would like it if when we come in range of the hostage he will follow us, if the enemies around the hostage are killed he will follow us or even better if a human can go up to the hostage and tell the hostage to follow. How would you do this? Lastly how do you make a unit start moving on a waypoint after the hostage has been rescued or even better how would you make a unit start moving on a waypoint on a command like if I can press a button and a helicopter will come - and how would you make a helicopter land and take off when all the people are inside? Thanks Highly Appreciate The Help! :)
  23. Hey Guys, I was wondering if it was possible to make a player or AI say/speak something in game when a trigger is activated. I'll be doing the trigger to set off when Opfor are not present. Guessing this would require a line of code or something I’m not sure would appreciate some help thanks :D
  24. I was just wondering if it was possible for a bot to be able to say words. Like how they say stuff like "Enemy Forces To The Easy", etc.... And the words are jumbled and put together - so that is why I thought it is possible - is it? Thanks for your help appreciate it :)
  25. Thanks Mate Worked Like A Charm! :D
Ă—