Jump to content

Daantjeeuh

Member
  • Content Count

    113
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by Daantjeeuh


  1. Is this project still being updated? In that case, i found two issues.. The sounds of the L11 are gone. And everytime i go into virtual Arsenal to edit units, it adds NVGs in the backpack that cant be removed from the virtual Arsenal. Could this be looked in to?

    edit: one more issue: with the MH65, when spawning it in the editor, it has three crew members. One of them will be standing up in the co-pilot seat...


  2. Is there a way to check for multiple values in a switch statement? Like this:

    switch (_unit) do {
    
    [indent]case unit1: case unit2: {[/indent]
    
    
    
    
    [indent][indent]// Code here[/indent]
    
    [/indent]
    
    
    [indent]};[/indent]
    
    
    
    
    [indent]case unit3: case unit4: {[/indent]
    
    
    
    
    [indent][indent]// Code here[/indent]
    
    [/indent]
    
    
    [indent]};[/indent]
    
    
    
    
    [indent]default {[/indent]
    
    
    
    
    [indent][indent]// Code here[/indent]
    
    [/indent]
    
    
    [indent]};[/indent]
    
    
    };


  3. I was encountering an issue with some radio's the other night (playing as BLUFOR). We have always used a radio combo of a 152 for teamleaders and the 7800 for other infantrymen and that worked just fine. However, we wanted to change the radio's for once (because you have so many nice ^^) and we went with a 148 for teamleaders and the 154 for infantrymen. None of the radio's synced up with frequency, and when my buddy was using the 148 on the same frequency I was we couldn't hear each other. Do you have any clue what might have caused this and/or how to fix it? Thanks!

    edit: long range backpack/vehicle radio was working just fine, only short range radios were affected


  4. I've been trying to mess around with this for a while, but can't get it to work. In Arma there are now actual IEDs (IEDLandBig_F, IEDLandSmall_F, IEDUrbanBig_F, IEDUrbanSmall_F) which would work perfect for this script. However, when setting these items in the array no object gets created and thus no IED. Could you help me out with this? I've already tried using createVehicle in some places but that didn't do anything either.

×