Jump to content

Low Blow

Members
  • Posts

    208
  • Joined

  • Last visited

Everything posted by Low Blow

  1. Leatherneck should be proud of what it achieved with the Mig 21 and for undertaking such a mammoth task with the F-14. It is devs like these guys that are making DCS the combat sim we have all wanted for years now. Bravo.
  2. Hey Ranger great mission! Flew MP last night. There were no coalition aircraft though...maybe glitching following a dcs update? Can't wait for mission 2.
  3. Thanks Coder. It is mdf. Yup good spotting...cnc. :thumbup:
  4. Here's mine http://www.aef-hq.com.au/aef4/showthread.php?44780-Time-to-get-busy-building-my-pit
  5. Thanks Harke. Tried putting that code in but getting a mission script error box come up in game when the trigger fires. Something to the effect that it expected local vars "{" to end at line 2 'name'.
  6. Hi, Not having any joy with this....need some help. I have used Mist 3_3 to DO SCRIPT in a mission trigger with the following code: local vars = { type = "Cargo1", country = 'USA', category = "Cargo", x = -338460, y = 705500, name = "Cargo_Load1", heading = 0.47123889803847, } mist.dynAddStatic(vars) However, when I went to sling load the cargo it wouldn't allow me to access the "all cargos" option in the comms menu, presumably because the game doesn't recognise this as "can be cargo". Can anyone please tell me what line I should insert into this script so the game recognises this as cargo that can be sling loaded... Thanks in advance.
  7. Hi, I have used Mist 3_3 to DO SCRIPT in a mission trigger with the following code: local vars = { type = "Cargo1", country = 'USA', category = "Cargo", x = -338460, y = 705500, name = "Cargo_Load1", heading = 0.47123889803847, } mist.dynAddStatic(vars) However, when I went to sling load the cargo it wouldn't allow me to access the "all cargos" option in the comms menu, presumably because the game doesn't recognise this as "can be cargo". Can anyone please tell me what line I should insert into this script so the game recognises this as cargo that can be sling loaded... Thanks in advance.:)
×
×
  • Create New...