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

acremers

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About acremers

  • Rank
    Private
  1. I figured it out finally. Thanks for the help guys. this is the code that i used. _object = "C130J" createvehicle getmarkerpos "start"; _varname = "plane"; _object setvehiclevarname _varname; _object setvehicleinit "p1 moveindriver _object", processinitcommands;
  2. I figured it out and have it working now. this is the code that i used. _object = "C130J" createvehicle getmarkerpos "start"; _varname = "plane"; _object setvehiclevarname _varname; _object setvehicleinit "p1 moveindriver _object", processinitcommands;
  3. The reason for the double post is that when i clicked post the page lagged out so i clicked post again. I will try the assignascargo command tonight and see if that helps.
  4. F2K Sel - I did try the processinitcommands and that didnt work either. tryteyker - I have tried it both ways with moveincargo and movetocargo and neither work.
  5. Hi, im having some trouble getting my script to work. I am trying to create a MP mission where by everyone starts at base and picks up their gear. Once everyone is set their group leader triggers an addaction and the addaction runs this script. _object = "C130J" createvehicle getmarkerpos "start"; _varname= "plane"; _object setvehiclevarname _varname; _object setvehicleposition [[0,0,0],["start"],10000]; _object setvehicleinit "p1 movetocargo _object"; I have named my test person p1 for this script. I have a unit placed on the map named p1. I cannot however get p1 into the cargo of this c130 that is at 10,000m. Spawning the plane works, and it goes to 10,000m but I cannot get my passengers aboard. Any help would be appreciated.
  6. Hi, im having some trouble getting my script to work. I am trying to create a MP mission where by everyone starts at base and picks up their gear. Once everyone is set their group leader triggers an addaction and the addaction runs this script. _object = "C130J" createvehicle getmarkerpos "start"; _varname= "plane"; _object setvehiclevarname _varname; _object setvehicleposition [[0,0,0],["start"],10000]; _object setvehicleinit "p1 movetocargo _object"; I have named my test person p1 for this script. I have a unit placed on the map named p1. I cannot however get p1 into the cargo of this c130 that is at 10,000m. Spawning the plane works, and it goes to 10,000m but I cannot get my passengers aboard. Any help would be appreciated.
  7. Hi, I am creating a multi player mission where by you start off as Blufor and are sent to do some recon on opfor. The group starts off as five members all specifically named; spec1, spec2, spec3, spec4, spec5. I have created an array for them called spec. I have a trigger that activates when blufor enters an area and then i have this "spec joinsilent vip1" With vip1 being opfor and the high value target that they are going to investigate. This all works fine so far and changes the entire group to opfor. My issue is that I want them to switch back to blufor if they come to close to vip1. I have set vip1 to a vip1 disableAI "Move" so that he can never move the target area. I have created a trigger around him with a radius of 30. The problem is I have no way to activate this trigger to switch spec back to blufor. The code that I have to join back "spec joinsilent grpnull; spec joinsilent wes;" With wes being a static gunner in the main base with which the players start. I have tried to group the trigger with the leader of the group but that doesnt seem to activate the trigger with either a activation of "vehicle" or "any group member" as they are no longer in their original group. Any help would be much appreciated.
  8. acremers

    user32.dll error

    I am hoping someone can help me i have had several dll issues. i am now getting this error "the procedure entry point QueryDisplayConfig could not be located in the dynamic link library USER32.dll" I have user32.dll on my computer, i found it and placed it in the arma 3 folder, in the arma 3 dll folder and am all outta ideas.
  9. Every time i launch my game i get a d3d11.dll error where steam/arma 3 cannot find my direct x file. I have tried reinstalling the game four times now and still no change, i have updated my direct x via microsoft, updated my video card drivers and still no luck. Anyone else out there have the same problem? or maybe someone has a fix?
×